Skip to content

Commit

Permalink
add disable_on_destroy false to vpcaccess service (#6378) (#4580)
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Aug 5, 2022
1 parent 4aa3edb commit af079c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changelog/6378.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:none

```
1 change: 1 addition & 0 deletions google-beta/resource_cloud_run_service_generated_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,7 @@ resource "google_compute_subnetwork" "default" {
resource "google_project_service" "vpc" {
provider = google-beta
service = "vpcaccess.googleapis.com"
disable_on_destroy = false
}
resource "google_vpc_access_connector" "default" {
Expand Down

0 comments on commit af079c0

Please sign in to comment.