Skip to content

Commit

Permalink
Merge branch 'terraform-google-modules:master' into add-stack-type-to…
Browse files Browse the repository at this point in the history
…-network-peering-module
  • Loading branch information
mmorejon committed Oct 2, 2023
2 parents 63b07fd + 7fdd9ab commit 389b3e9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions examples/simple_ipv6_project/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ module "test-vpc-module" {

subnets = [
{
subnet_name = "subnet-01"
subnet_ip = "10.10.10.0/24"
subnet_region = "us-west1"
stack = "IPV4_IPV6"
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"
},
{
subnet_name = "subnet-02"
Expand Down

0 comments on commit 389b3e9

Please sign in to comment.