mirror of
https://github.com/PurpleComputing/scim-examples.git
synced 2026-06-13 00:00:27 +01:00
White space formatting for .tfvars template
Signed-off-by: Adam Pike <adam.pike@1password.com>
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user