Skip to content

Commit

Permalink
FIX: CD
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-GF committed Dec 19, 2023
1 parent a6e6dc0 commit 533a3f9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions terraform/network.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ resource "google_compute_network" "flatter_cd_network" {
name = "fis-g4-network-cd"
auto_create_subnetworks = true
mtu = 1460
lifecycle {
ignore_changes = [
subnetwork_config
]
}
}

resource "google_compute_firewall" "flatter_cd_firewall" {
Expand Down

0 comments on commit 533a3f9

Please sign in to comment.