Update main.tf

This commit is contained in:
sruffilli 2021-10-14 18:55:55 +02:00 committed by GitHub
parent 2ce9c06d01
commit 657cfa4130
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 8 deletions

View File

@ -101,10 +101,6 @@ resource "google_compute_firewall" "rules-allow" {
metadata = "INCLUDE_ALL_METADATA"
}
}
lifecycle {
create_before_destroy = true
}
}
@ -144,8 +140,4 @@ resource "google_compute_firewall" "rules-deny" {
metadata = "INCLUDE_ALL_METADATA"
}
}
lifecycle {
create_before_destroy = true
}
}