Skip to content

Commit

Permalink
fixed time_sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
maxi-cit committed Feb 19, 2024
1 parent 10bc6be commit 9fc074b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9505,7 +9505,7 @@ resource "google_project_iam_binding" "tagUser" {
}

resource "time_sleep" "wait_120_seconds" {
create_duration = "300s"
create_duration = "120s"

depends_on = [
google_project_iam_binding.tagHoldAdmin,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4288,7 +4288,7 @@ resource "google_project_iam_binding" "tagUser" {
}

resource "time_sleep" "wait_120_seconds" {
create_duration = "300s"
create_duration = "120s"

depends_on = [
google_project_iam_binding.tagHoldAdmin,
Expand Down Expand Up @@ -4402,7 +4402,7 @@ resource "google_project_iam_binding" "tagUser" {
}

resource "time_sleep" "wait_120_seconds" {
create_duration = "300s"
create_duration = "120s"

depends_on = [
google_project_iam_binding.tagHoldAdmin,
Expand Down Expand Up @@ -4517,7 +4517,7 @@ resource "google_project_iam_binding" "tagUser" {
}

resource "time_sleep" "wait_120_seconds" {
create_duration = "300s"
create_duration = "120s"

depends_on = [
google_project_iam_binding.tagHoldAdmin,
Expand Down

0 comments on commit 9fc074b

Please sign in to comment.