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 1cb38fb commit 7fdd9abCopy full SHA for 7fdd9ab
examples/simple_ipv6_project/main.tf
@@ -29,11 +29,11 @@ module "test-vpc-module" {
29
30
subnets = [
31
{
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"
+ subnet_name = "subnet-01"
+ subnet_ip = "10.10.10.0/24"
+ subnet_region = "us-west1"
+ stack_type = "IPV4_IPV6"
+ ipv6_access_type = "EXTERNAL"
37
},
38
39
subnet_name = "subnet-02"
0 commit comments