Skip to content

Commit a27e9ce

Browse files
Fixed test TestAccCloudRunV2Service_cloudrunv2ServiceFullUpdate (#7119) (#13490)
Signed-off-by: Modular Magician <[email protected]> Signed-off-by: Modular Magician <[email protected]>
1 parent f19e5ba commit a27e9ce

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.changelog/7119.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:none
2+
3+
```

google/resource_cloud_run_v2_service_test.go

-4
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,6 @@ resource "google_cloud_run_v2_service" "default" {
8888
}
8989
}
9090
}
91-
traffic {
92-
type = "TRAFFIC_TARGET_ALLOCATION_TYPE_LATEST"
93-
tag = "traffic-tag-1"
94-
}
9591
}
9692
9793
resource "google_service_account" "service_account" {

0 commit comments

Comments
 (0)