We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b75c1b9 commit a0b9271Copy full SHA for a0b9271
run/add_tag/main.tf
@@ -14,7 +14,7 @@
14
* limitations under the License.
15
*/
16
17
-# [START cloudrun_service_add_tag]
+# [START cloudrun_service_add_tag2]
18
resource "google_cloud_run_v2_service" "default" {
19
name = "my-service"
20
location = "us-central1"
@@ -40,4 +40,4 @@ resource "google_cloud_run_v2_service" "default" {
40
type = "TRAFFIC_TARGET_ALLOCATION_TYPE_REVISION"
41
}
42
43
-# [END cloudrun_service_add_tag]
+# [END cloudrun_service_add_tag2]
0 commit comments