Skip to content

Commit

Permalink
fix: update simple IPv6 subnet example (#498)
Browse files Browse the repository at this point in the history
  • Loading branch information
kanya-approve authored Oct 2, 2023
1 parent 1cb38fb commit 7fdd9ab
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 7fdd9ab

Please sign in to comment.