Show / Hide Table of Contents

Example - Nested stack: VPC stack terraform.tfvars

#################################################################################################
#
# Variable values as per current state of stack "cfn-workshop-nested-stack-VpcStack-CEYRYZJTGP7X"
#
#################################################################################################

AvailabilityZones = [
  "eu-west-1a",
  "eu-west-1b"
]


PublicSubnet1Cidr = "10.0.0.0/24"

PublicSubnet2Cidr = "10.0.1.0/24"

VPCCidr = "10.0.0.0/16"

VPCName = "cfn-workshop-vpc"
  • Improve this Doc
In This Article
Back to top Generated by DocFX