terraform-provider-equinix icon indicating copy to clipboard operation
terraform-provider-equinix copied to clipboard

Provider fails to wait for Palo Alto firewall creation in Equinix managed mode with license subscription

Open mikouaj opened this issue 3 years ago • 0 comments

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

  1. terraform apply

References

N/A

mikouaj avatar Mar 30 '21 15:03 mikouaj