Skip to content

Commit

Permalink
feat: create before destroy node pool (#36)
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ouzounis <[email protected]>
  • Loading branch information
alexouzounis authored Jul 20, 2020
1 parent 9b4167c commit a9f65f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ resource "google_project_service" "project" {

## Modules
module "gke-cluster" {
source = "github.com/ouzi-dev/gke-terraform.git?ref=v0.9.3"
source = "github.com/ouzi-dev/gke-terraform.git?ref=v0.10.0"
# source = "../gke-terraform"
region = var.gcloud_region
project = var.gcloud_project
Expand Down

0 comments on commit a9f65f2

Please sign in to comment.