Skip to content

Commit a0b9271

Browse files
committed
debug/donotmerge: debug snippetbot
1 parent b75c1b9 commit a0b9271

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

run/add_tag/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
# [START cloudrun_service_add_tag]
17+
# [START cloudrun_service_add_tag2]
1818
resource "google_cloud_run_v2_service" "default" {
1919
name = "my-service"
2020
location = "us-central1"
@@ -40,4 +40,4 @@ resource "google_cloud_run_v2_service" "default" {
4040
type = "TRAFFIC_TARGET_ALLOCATION_TYPE_REVISION"
4141
}
4242
}
43-
# [END cloudrun_service_add_tag]
43+
# [END cloudrun_service_add_tag2]

0 commit comments

Comments
 (0)