Skip to content

Commit 7fdd9ab

Browse files
fix: update simple IPv6 subnet example (#498)
1 parent 1cb38fb commit 7fdd9ab

File tree

1 file changed

+5
-5
lines changed
  • examples/simple_ipv6_project

1 file changed

+5
-5
lines changed

examples/simple_ipv6_project/main.tf

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ module "test-vpc-module" {
2929

3030
subnets = [
3131
{
32-
subnet_name = "subnet-01"
33-
subnet_ip = "10.10.10.0/24"
34-
subnet_region = "us-west1"
35-
stack = "IPV4_IPV6"
36-
ipv6_type = "EXTERNAL"
32+
subnet_name = "subnet-01"
33+
subnet_ip = "10.10.10.0/24"
34+
subnet_region = "us-west1"
35+
stack_type = "IPV4_IPV6"
36+
ipv6_access_type = "EXTERNAL"
3737
},
3838
{
3939
subnet_name = "subnet-02"

0 commit comments

Comments
 (0)