Skip to content

Commit

Permalink
Make TestAccCloudRunV2Job_cloudrunv2JobRunJobExample test beta-only (
Browse files Browse the repository at this point in the history
  • Loading branch information
SarahFrench authored Jul 10, 2024
1 parent 14548b0 commit ed5ea59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions mmv1/products/cloudrunv2/Job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ examples:
cloud_run_job_name: 'cloudrun-job'
- !ruby/object:Provider::Terraform::Examples
name: 'cloudrunv2_job_run_job'
min_version: beta
primary_resource_id: 'default'
primary_resource_name: "fmt.Sprintf(\"tf-test-cloudrun-job%s\", context[\"random_suffix\"\
])"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
resource "google_cloud_run_v2_job" "<%= ctx[:primary_resource_id] %>" {
provider = google-beta
name = "<%= ctx[:vars]['cloud_run_job_name'] %>"
location = "us-central1"
start_execution_token = "start-once-created"
Expand Down

0 comments on commit ed5ea59

Please sign in to comment.