From fa1bc849c8ae40c045de6310a6173266f85ea251 Mon Sep 17 00:00:00 2001 From: Adam Pike Date: Sat, 10 Sep 2022 16:36:28 -0230 Subject: [PATCH] White space formatting for `.tfvars` template Signed-off-by: Adam Pike --- aws-ecsfargate-terraform/terraform.tfvars.template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/aws-ecsfargate-terraform/terraform.tfvars.template b/aws-ecsfargate-terraform/terraform.tfvars.template index c82c598..5428ea6 100644 --- a/aws-ecsfargate-terraform/terraform.tfvars.template +++ b/aws-ecsfargate-terraform/terraform.tfvars.template @@ -1,14 +1,14 @@ # Required: Set a domain name for your SCIM bridge -domain_name = "scim.example.com" +domain_name = "scim.example.com" # Optional: Specify a different region -aws_region = "us-east-1" +aws_region = "us-east-1" # Optional: Specify an existing VPC to use, add a common name prefix to all resources, specify the CloudWatch Logs retention period, and add tags for all supported resources. vpc_name = "" name_prefix = "" log_retention_days = 0 -tags = { +tags = { #key = "value" }