Skip to content

Commit 66da29f

Browse files
committed
Removing tfsec global ignore. Adjusting header
1 parent 7b6fee2 commit 66da29f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: README.md

+4
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ module "delegated_admin" {
101101
102102
admin_account_id = data.aws_caller_identity.current.account_id
103103
auto_enable_standards = "DEFAULT"
104+
105+
depends_on = [module.security_hub]
104106
}
105107
106108
module "member_account" {
@@ -116,6 +118,8 @@ module "member_account" {
116118
117119
invite = false
118120
}]
121+
122+
depends_on = [module.security_hub]
119123
}
120124
121125
module "security_hub" {

0 commit comments

Comments
 (0)