We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94e47a5 commit 243dcd4Copy full SHA for 243dcd4
src/remote-state.tf
@@ -2,7 +2,7 @@ module "account_map" {
2
source = "cloudposse/stack-config/yaml//modules/remote-state"
3
version = "1.8.0"
4
5
- component = "account-map"
+ component = var.account_map_component_name
6
environment = var.account_map_environment_name
7
stage = var.account_map_stage_name
8
tenant = var.account_map_tenant_name
src/variables.tf
@@ -389,3 +389,9 @@ variable "iam_policy_statements" {
389
description = "Map of IAM policy statements to use in the bucket policy."
390
default = {}
391
}
392
+
393
+variable "account_map_component_name" {
394
+ type = string
395
+ description = "The name of the account-map component"
396
+ default = "account-map"
397
+}
0 commit comments