Skip to content

Commit

Permalink
add new data source preview_cidr
Browse files Browse the repository at this point in the history
  • Loading branch information
drewmullen committed Jan 18, 2022
1 parent 0b568a9 commit f04e0c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .changelog/22643.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:new-data-source
aws_vpc_ipam_preview_next_cidr
```
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ data "aws_vpc_ipam_preview_next_cidr" "test" {
depends_on = [
aws_vpc_ipam_pool_cidr.test
]
]
}
resource "aws_vpc_ipam_pool_cidr_allocation" "test" {
Expand Down

0 comments on commit f04e0c9

Please sign in to comment.