diff --git a/aws-ecsfargate-terraform/terraform.tfvars.template b/aws-ecsfargate-terraform/terraform.tfvars.template index 29e9867..e4ce0f9 100644 --- a/aws-ecsfargate-terraform/terraform.tfvars.template +++ b/aws-ecsfargate-terraform/terraform.tfvars.template @@ -8,11 +8,11 @@ aws_region = "us-east-1" vpc_name = "" name_prefix = "" tags = { - #key = "value" + #key = "value" } -# Uncomment the below line to use an existing wildcard certificate in Route 53. -#wildcart_cert = true +# Uncomment the below line to use an existing wildcard certificate in AWS Certificate Manager. +#wildcard_cert = true # Uncomment the below line if you are *not* using Route 53 #using_route53 = false