terraform-provider-equinix
terraform-provider-equinix copied to clipboard
Provider fails to wait for Palo Alto firewall creation in Equinix managed mode with license subscription
Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request.
- Please do not leave +1 or me too comments, they generate extra noise for issue followers and do not help prioritize the request.
- If you are interested in working on this issue or have submitted a pull request, please leave a comment.
Terraform Version
% terraform -v
Terraform v0.14.4
Affected Resource(s)
-
equinix_network_device
Terraform Configuration Files
resource "equinix_network_device" "palo-alto" {
name = "palo-alto"
hostname = "firewall"
type_code = "PA-VM"
package_code = "VM100"
version = "9.1.0-h3"
core_count = 2
metro_code = "LD"
account_number = "66145"
term_length = 1
notifications = [ "[email protected]" ]
}
Debug Output
N/A
Panic Output
N/A
Expected Behavior
Creation of equinix_network_device.palo-alto
finishes successfully when device reaches desired provisioning and license state.
Actual Behavior
Creation of equinix_network_device.palo-alto
timeouts when waiting for device license state.
Steps to Reproduce
-
terraform apply
References
N/A