Skip to content

Commit e67b637

Browse files
Add region tags to no-auth Cloud Run example (#6246) (#4477)
* Add region tags to no-auth Cloud Run example * Add separate tags for IAM-policy-specific stuff * Fix region tag names Signed-off-by: Modular Magician <[email protected]>
1 parent d26c739 commit e67b637

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.changelog/6246.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
```release-note:none
2+
```

google-beta/resource_cloud_run_service_generated_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,8 @@ func TestAccCloudRunService_cloudRunServiceNoauthExample(t *testing.T) {
281281

282282
func testAccCloudRunService_cloudRunServiceNoauthExample(context map[string]interface{}) string {
283283
return Nprintf(`
284+
# Example of how to deploy a publicly-accessible Cloud Run application
285+
284286
resource "google_cloud_run_service" "default" {
285287
name = "tf-test-cloudrun-srv%{random_suffix}"
286288
location = "us-central1"

website/docs/r/cloud_run_service.html.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,8 @@ resource "google_sql_database_instance" "instance" {
171171

172172

173173
```hcl
174+
# Example of how to deploy a publicly-accessible Cloud Run application
175+
174176
resource "google_cloud_run_service" "default" {
175177
name = "cloudrun-srv"
176178
location = "us-central1"

0 commit comments

Comments
 (0)