Skip to content

Commit

Permalink
Increased time to wait for folder to be ready (#9281)
Browse files Browse the repository at this point in the history
  • Loading branch information
melinath authored Oct 17, 2023
1 parent a800b6a commit b9a00e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ resource "google_folder" "folder" {
resource "time_sleep" "wait_1_minute" {
depends_on = [google_folder.folder]
create_duration = "1m"
create_duration = "2m"
}
resource "google_scc_folder_custom_module" "example" {
Expand Down

0 comments on commit b9a00e9

Please sign in to comment.