WIP: fix compute and network terraform plan

This commit is contained in:
2025-12-04 09:25:18 +01:00
parent 08b67a6e5c
commit 7746fa517a
3 changed files with 7 additions and 7 deletions

View File

@@ -1,5 +1,3 @@
# VPC
resource "google_compute_network" "vpc" {
name = "vpc"
auto_create_subnetworks = false
@@ -27,7 +25,6 @@ resource "google_compute_subnetwork" "database" {
}
resource "google_compute_firewall" "allow_http_https" {
name = "allow-http-https"
network = google_compute_network.vpc.id