Show / Hide Table of Contents

Example - Nested stack: Root stack terrafrom.tfvars

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

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


EnvironmentType = "Test"

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