Skip to content

Commit a83b48c

Browse files
Use "terraform" in "client-name" annotation (#3504) (#2063)
Signed-off-by: Modular Magician <[email protected]>
1 parent 747f5a9 commit a83b48c

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

.changelog/3504.txt

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

google-beta/resource_cloud_run_service_generated_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ resource "google_cloud_run_service" "default" {
114114
annotations = {
115115
"autoscaling.knative.dev/maxScale" = "1000"
116116
"run.googleapis.com/cloudsql-instances" = "%{project}:us-central1:${google_sql_database_instance.instance.name}"
117-
"run.googleapis.com/client-name" = "cloud-console"
117+
"run.googleapis.com/client-name" = "terraform"
118118
}
119119
}
120120
}

website/docs/guides/version_3_upgrade.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ resource "google_cloud_run_service" "default" {
427427
metadata {
428428
annotations = {
429429
"autoscaling.knative.dev/maxScale" = "1000"
430-
"run.googleapis.com/client-name" = "cloud-console"
430+
"run.googleapis.com/client-name" = "terraform"
431431
}
432432
name = "revision-name"
433433
}

website/docs/r/cloud_run_service.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ resource "google_cloud_run_service" "default" {
9595
annotations = {
9696
"autoscaling.knative.dev/maxScale" = "1000"
9797
"run.googleapis.com/cloudsql-instances" = "my-project-name:us-central1:${google_sql_database_instance.instance.name}"
98-
"run.googleapis.com/client-name" = "cloud-console"
98+
"run.googleapis.com/client-name" = "terraform"
9999
}
100100
}
101101
}

0 commit comments

Comments
 (0)