Skip to content

Commit

Permalink
Increased time to wait for folder to be ready (#9281) (#16281)
Browse files Browse the repository at this point in the history
resolved #16031
[upstream:b9a00e9981a2558647ff4266b25cab5936f8682c]

Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
modular-magician authored Oct 17, 2023
1 parent 3756dc0 commit b60fea7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .changelog/9281.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
```release-note:none
```
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,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 b60fea7

Please sign in to comment.