We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 259c381 commit 113ed63Copy full SHA for 113ed63
0-bootstrap/org_policy.tf
@@ -39,7 +39,7 @@ module "organization_policies_type_boolean" {
39
}
40
41
resource "time_sleep" "wait_organization_policies" {
42
- create_duration = "30s"
+ create_duration = "60s"
43
depends_on = [
44
module.organization_policies_type_boolean
45
]
0 commit comments