Skip to content

Commit b152f98

Browse files
authored
Merge pull request #10 from aquasecurity/SAAS-28615
SAAS-28615 - Fix typo - DeployedInfrastractureRegion to DeployedInfrastructureRegion
2 parents 0b6d145 + 5d2f7f8 commit b152f98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/organization/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ resource "aws_cloudformation_stack_set" "stack_set" {
2121
RandomID = var.aqua_random_id,
2222
ConfigurationID = var.aqua_session_id,
2323
OrganizationID = var.organizational_unit_id,
24-
DeployedInfrastractureRegion = var.region,
24+
DeployedInfrastructureRegion = var.region,
2525
AdditionalTags = join(",", [for key, value in var.additional_tags : "${key}:${value}"])
2626
CustomCSPMRoleName = var.custom_cspm_role_name
2727
CustomAgentlessRoleName = var.custom_agentless_role_name

0 commit comments

Comments
 (0)