FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit ba76218f authored by Monty Dawson's avatar Monty Dawson :coffee:
Browse files

Ignore changes in vpc connector network

parent 8a4aade6
No related branches found
No related tags found
1 merge request!47Ignore changes in vpc connector network
Pipeline #177174 passed
...@@ -19,6 +19,12 @@ resource "google_vpc_access_connector" "static-ip-connector" { ...@@ -19,6 +19,12 @@ resource "google_vpc_access_connector" "static-ip-connector" {
} }
region = var.cloud_run_region region = var.cloud_run_region
lifecycle {
ignore_changes = [
network,
]
}
provider = google-beta provider = google-beta
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment