Skip to content

Commit 113ed63

Browse files
committed
increasing waiting time
1 parent 259c381 commit 113ed63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

0-bootstrap/org_policy.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ module "organization_policies_type_boolean" {
3939
}
4040

4141
resource "time_sleep" "wait_organization_policies" {
42-
create_duration = "30s"
42+
create_duration = "60s"
4343
depends_on = [
4444
module.organization_policies_type_boolean
4545
]

0 commit comments

Comments
 (0)