forked from pierront/but3-iac
WIP: fix compute and network terraform plan
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user