diff --git a/examples/main.tf b/examples/main.tf index 14ad92a..9603622 100644 --- a/examples/main.tf +++ b/examples/main.tf @@ -15,4 +15,5 @@ module "ssm_agent_test" { cost_centre = "123456" service_availability = "low" environment = "dev" + regional_postfix = true # If you plan to install the SSM agent in multiple regions, set this to true } diff --git a/variables.tf b/variables.tf index 211f16b..19c75e9 100644 --- a/variables.tf +++ b/variables.tf @@ -199,7 +199,11 @@ EOF } variable "regional_postfix" { - description = "Enable region as postfix in resources names where applicable" + description = <