We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a4ec94 commit 38d349bCopy full SHA for 38d349b
examples/cidr-from-aws-ipam/main.tf
@@ -9,7 +9,7 @@ resource "aws_vpc_ipam" "test" {
9
resource "aws_vpc_ipam_pool" "test" {
10
address_family = "ipv4"
11
ipam_scope_id = aws_vpc_ipam.test.private_default_scope_id
12
- locale = data.aws_region.current.name
+ locale = data.aws_region.current.region
13
}
14
15
resource "aws_vpc_ipam_pool_cidr" "test" {
0 commit comments