Skip to content

Commit

Permalink
Add resource dependecies for FMS
Browse files Browse the repository at this point in the history
  • Loading branch information
lgallard committed Sep 30, 2021
1 parent a0f594b commit 04458af
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 @@ -135,7 +135,7 @@ module "fms" {
}
]

# depends_on = [module.firewall, aws_route53_resolver_firewall_rule_group.example]
depends_on = [module.firewall, aws_route53_resolver_firewall_rule_group.example]

providers = {
aws.admin = aws
Expand Down

0 comments on commit 04458af

Please sign in to comment.