Skip to content

Commit

Permalink
Change tag refs to lowerCamelCase
Browse files Browse the repository at this point in the history
  • Loading branch information
lgallard committed Oct 1, 2021
1 parent 2c75cad commit 9b0eac6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions root/organizations/policies_scp.tf
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ resource "aws_organizations_policy" "delete_protection" {
],
"Condition": {
"ForAnyValue:StringEquals": {
"aws:ResourceTag/ProtectFromDeletion": [
"aws:ResourceTag/protectFromDeletion": [
"true"
]
}
Expand Down Expand Up @@ -183,7 +183,7 @@ resource "aws_organizations_policy" "tag_protection" {
},
"ForAnyValue:StringEquals": {
"aws:TagKeys": [
"ProtectFromDeletion"
"protectFromDeletion"
]
}
}
Expand Down
2 changes: 1 addition & 1 deletion security/firewall-manager/fms.tf
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ module "fms" {
remediation_enabled = true
resource_type_list = ["AWS::ElasticLoadBalancingV2::LoadBalancer", "AWS::ApiGateway::Stage"]
resource_type = null
resource_tags = { "FirewallManager" = "true" }
resource_tags = { "firewallManager" = "true" }
include_account_ids = { accounts = [var.network_account_id, var.security_account_id] }
exclude_account_ids = {}
logging_configuration = null
Expand Down

0 comments on commit 9b0eac6

Please sign in to comment.