Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
provider/aws: Avoid dropping a security group from state on AWS consi…
…stency issues It appears, based on the report in hashicorp#6991, that the EC2 API is being inconsistent in reporting that a security group exists shortly after it has been created; we've seen Terraform get past the "Waiting for Security Group to exist" step but then apparently detect that it's gone again once we get into the Update function.
- Loading branch information