-
Notifications
You must be signed in to change notification settings - Fork 9.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
r/resource_aws_eip: implement retry reading EIPs
- Loading branch information
1 parent
e3ec558
commit e4244f8
Showing
1 changed file
with
29 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This seems to have introduced a bug where Terraform now no longer detects when an EIP is missing. The warning is logged to the debug log, but the resource is just assumed to still be present when it's really not.