Skip to content

Commit af079c0

Browse files
add disable_on_destroy false to vpcaccess service (#6378) (#4580)
Signed-off-by: Modular Magician <[email protected]>
1 parent 4aa3edb commit af079c0

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.changelog/6378.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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -429,6 +429,7 @@ resource "google_compute_subnetwork" "default" {
429429
resource "google_project_service" "vpc" {
430430
provider = google-beta
431431
service = "vpcaccess.googleapis.com"
432+
disable_on_destroy = false
432433
}
433434
434435
resource "google_vpc_access_connector" "default" {

0 commit comments

Comments
 (0)