Skip to content

Commit

Permalink
Merge pull request #84 from fvst-dev/develop
Browse files Browse the repository at this point in the history
Update iam.tf
  • Loading branch information
peeter-tomberg authored Aug 17, 2023
2 parents d86831b + 159c675 commit 96cddb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/services/graphql-gateway/iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ resource "google_cloud_run_service_iam_policy" "access_to_service" {
resource "null_resource" "iam_depends_on" {
depends_on = [google_cloud_run_service_iam_policy.access_to_service]
provisioner "local-exec" {
command = "sleep 3"
command = "sleep 30"
}
}

0 comments on commit 96cddb8

Please sign in to comment.