Skip to content

Commit 38d349b

Browse files
authored
Fix deprecation (#39)
1 parent 5a4ec94 commit 38d349b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/cidr-from-aws-ipam/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ resource "aws_vpc_ipam" "test" {
99
resource "aws_vpc_ipam_pool" "test" {
1010
address_family = "ipv4"
1111
ipam_scope_id = aws_vpc_ipam.test.private_default_scope_id
12-
locale = data.aws_region.current.name
12+
locale = data.aws_region.current.region
1313
}
1414

1515
resource "aws_vpc_ipam_pool_cidr" "test" {

0 commit comments

Comments
 (0)