You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for opening an issue. Please note that we try to keep the Terraform issue tracker reserved for bug reports and feature requests. For general usage questions, please see: https://www.terraform.io/community.html.
Resource never gets created. I've waited up to 20 minutes to see if it completes.
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform apply tf.plan
Important Factoids
I've tried this in several AWS regions with the same behavior. The count conditional is a little hacky but necessary since we have a region with only two subnets active.
References
The text was updated successfully, but these errors were encountered:
Hi there,
Thank you for opening an issue. Please note that we try to keep the Terraform issue tracker reserved for bug reports and feature requests. For general usage questions, please see: https://www.terraform.io/community.html.
Terraform Version
esolomon@olmint ~/github/onelogin-terraform-general/prod/haproxy $ terraform -v
Terraform v0.10.7
Affected Resource(s)
Please list the resources as a list, for example:
If this issue appears to affect multiple resources, it may be an issue with Terraform's core, so please mention this.
Terraform Configuration Files
Debug Output
none
Panic Output
none
Expected Behavior
creating Network Load Balancer
Actual Behavior
Resource never gets created. I've waited up to 20 minutes to see if it completes.
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform apply tf.plan
Important Factoids
I've tried this in several AWS regions with the same behavior. The
count
conditional is a little hacky but necessary since we have a region with only two subnets active.References
The text was updated successfully, but these errors were encountered: