We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0b6d145 + 5d2f7f8 commit b152f98Copy full SHA for b152f98
modules/organization/main.tf
@@ -21,7 +21,7 @@ resource "aws_cloudformation_stack_set" "stack_set" {
21
RandomID = var.aqua_random_id,
22
ConfigurationID = var.aqua_session_id,
23
OrganizationID = var.organizational_unit_id,
24
- DeployedInfrastractureRegion = var.region,
+ DeployedInfrastructureRegion = var.region,
25
AdditionalTags = join(",", [for key, value in var.additional_tags : "${key}:${value}"])
26
CustomCSPMRoleName = var.custom_cspm_role_name
27
CustomAgentlessRoleName = var.custom_agentless_role_name
0 commit comments