Skip to content

Instantly share code, notes, and snippets.

View drch-'s full-sized avatar

Daryl Harrison drch-

View GitHub Profile
@drch-
drch- / badcluster.tf
Created August 27, 2024 13:03
Require PSC Clusters
resource "google_compute_network" "badcluster_vpc" {
name = "badcluster-vpc"
auto_create_subnetworks = "false"
}
resource "google_compute_subnetwork" "badcluster_node_subnet" {
name = "badcluster-node-subnet"
region = var.region
network = google_compute_network.badcluster_vpc.name