diff --git a/terraform/example/main.tf b/terraform/example/main.tf index be3c20a582..f65439427e 100644 --- a/terraform/example/main.tf +++ b/terraform/example/main.tf @@ -54,7 +54,11 @@ module "fleet" { certificate_arn = module.acm.acm_certificate_arn vpc = { + # By default, Availabililty zones for us-east-2 are configured. If an alternative region is desired, + # configure the azs (3 required) variable below to the desired region. If you have an exported AWS-REGION or a + # region declared in ~/.aws/config, this value must match the region declared below. name = local.vpc_name + # azs = ["ca-central-1a", "ca-central-1b", "ca-central-1d"] } fleet_config = {