Skip to content

Commit

Permalink
Use "Cloud Run" instead of "Cloud Run (2nd gen)" (hashicorp#7098)
Browse files Browse the repository at this point in the history
Fix hashicorp/terraform-provider-google#13414

Same PR as hashicorp/terraform-provider-google#13415

Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
modular-magician committed Jan 10, 2023
1 parent 197aae1 commit efb74c5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .changelog/7098.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
```release-note:none
```
2 changes: 1 addition & 1 deletion website/docs/r/cloud_run_v2_job.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# .github/CONTRIBUTING.md.
#
# ----------------------------------------------------------------------------
subcategory: "Cloud Run (2nd gen)"
subcategory: "Cloud Run"
page_title: "Google: google_cloud_run_v2_job"
description: |-
A Cloud Run Job resource that references a container image which is run to completion.
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/cloud_run_v2_service.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# .github/CONTRIBUTING.md.
#
# ----------------------------------------------------------------------------
subcategory: "Cloud Run (2nd gen)"
subcategory: "Cloud Run"
page_title: "Google: google_cloud_run_v2_service"
description: |-
Service acts as a top-level container that manages a set of configurations and revision templates which implement a network service.
Expand Down

0 comments on commit efb74c5

Please sign in to comment.