-
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.
IPAM Pool CIDR Allocation Eventual Consistency (#29022)
* add AccTest method for multiregion allocation * added allocation exists with provider method * added baseConfig muliregion * added multiregion allocation test * Implemented status and waiters for pool CIDR allocation creation. * adding a multi-region allocation test * fixing finter issues * added change log * added context to WaitForState * addeding CI negative semgrep * chore: nosemgrep multiple rules Co-authored-by: Jared Baker <jared.baker@hashicorp.com>
- Loading branch information
1 parent
241061d
commit 3b6fd97
Showing
5 changed files
with
149 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
```release-note:bug | ||
resource/aws_vpc_ipam_pool_cidr_allocation: Added support for eventual consistency on read operations after create. | ||
``` |
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 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 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 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