Skip to content

Commit

Permalink
fix:update resource template to remove beta and egree (#10536)
Browse files Browse the repository at this point in the history
  • Loading branch information
iennae authored Apr 26, 2024
1 parent 5d20188 commit 75d1c64
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
resource "google_cloud_run_v2_job" "<%= ctx[:primary_resource_id] %>" {
name = "<%= ctx[:vars]['cloud_run_job_name'] %>"
location = "us-central1"
launch_stage = "BETA"
launch_stage = "GA"
template {
template{
containers {
Expand All @@ -13,7 +13,6 @@ resource "google_cloud_run_v2_job" "<%= ctx[:primary_resource_id] %>" {
subnetwork = "default"
tags = ["tag1", "tag2", "tag3"]
}
egress = "ALL_TRAFFIC"
}
}
}
Expand Down

0 comments on commit 75d1c64

Please sign in to comment.