Skip to content

Instantly share code, notes, and snippets.

@timhberry
Created June 8, 2018 15:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timhberry/3a0cc4b0f60c4f832b99d74a911413c7 to your computer and use it in GitHub Desktop.
Save timhberry/3a0cc4b0f60c4f832b99d74a911413c7 to your computer and use it in GitHub Desktop.
resource "google_container_cluster" "gke-cluster" {
name = "my-first-gke-cluster"
network = "default"
zone = "europe-west1-b"
initial_node_count = 3
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment