White space formatting for .tfvars template

Signed-off-by: Adam Pike <adam.pike@1password.com>
This commit is contained in:
Adam Pike
2022-09-10 16:36:28 -02:30
parent cf8d21ac89
commit fa1bc849c8

View File

@@ -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"
}