We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b6fee2 commit 66da29fCopy full SHA for 66da29f
README.md
@@ -101,6 +101,8 @@ module "delegated_admin" {
101
102
admin_account_id = data.aws_caller_identity.current.account_id
103
auto_enable_standards = "DEFAULT"
104
+
105
+ depends_on = [module.security_hub]
106
}
107
108
module "member_account" {
@@ -116,6 +118,8 @@ module "member_account" {
116
118
email = "[email protected]"
117
119
invite = false
120
}]
121
122
123
124
125
module "security_hub" {
0 commit comments