Skip to content

Commit

Permalink
Change FirewallManager resource_tags to true
Browse files Browse the repository at this point in the history
  • Loading branch information
lgallard committed Oct 1, 2021
1 parent 20cbf2f commit 2c75cad
Showing 1 changed file with 1 addition and 1 deletion.
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 2c75cad

Please sign in to comment.