Skip to content

Commit

Permalink
Deps
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCutter committed Aug 16, 2024
1 parent 5b6d6db commit 3493043
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deployment/modules/example-gcp/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ resource "google_cloud_run_v2_service" "default" {
}
client = "terraform"
depends_on = [
module.gcp,
google_project_service.cloudrun_api,
google_project_iam_member.iam_act_as,
google_project_iam_member.iam_metrics_writer,
google_project_iam_member.iam_service_agent,
Expand Down

0 comments on commit 3493043

Please sign in to comment.