terraform/builtin
James Nugent 7620381a4f provider/aws: Wait for NACL rule to be visible
Fixes #4721. It seems there may be some eventual consistency in the API
for network ACLs. This fix doesn't use resource.WaitForState() as there
the NACL is not something that can be looked up by ID and has a
property which determines if it is present.

Instead we reuse the findNetworkAclRule function which the Read function
exhibiting the problem uses, and retry over a 3 minute period, returning
an error message informing the user that running `terraform apply` again
will likely allow them to continue.
2016-01-19 08:12:20 -05:00
..
bins mysql provider and mysql_database resource. 2015-12-16 17:59:35 -08:00
providers provider/aws: Wait for NACL rule to be visible 2016-01-19 08:12:20 -05:00
provisioners Fix the failing chef provisioner test 2016-01-14 13:51:23 -05:00