diff --git a/.spacelift/config.yml b/.spacelift/config.yml index 6aff0a6..84529a1 100644 --- a/.spacelift/config.yml +++ b/.spacelift/config.yml @@ -1,5 +1,5 @@ version: 2 -module_version: "0.0.4" +module_version: "0.0.5" tests: - name: Test infrastructure creation diff --git a/README.md b/README.md index a496dfb..f5d3c1b 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Check out the [Terraform](https://developer.hashicorp.com/terraform/language/bac ```hcl module "spacelift" { - source = "github.com/spacelift-io/terraform-google-spacelift-selfhosted?ref=v0.0.4" + source = "github.com/spacelift-io/terraform-google-spacelift-selfhosted?ref=v0.0.5" region = "europe-west1" project = "spacelift-production" @@ -104,7 +104,7 @@ This deploys a new VPC, a new Cloud SQL instance and a GKE cluster ```hcl module "spacelift" { - source = "github.com/spacelift-io/terraform-google-spacelift-selfhosted?ref=v0.0.4" + source = "github.com/spacelift-io/terraform-google-spacelift-selfhosted?ref=v0.0.5" region = var.region project = var.project @@ -141,7 +141,7 @@ resource "google_compute_subnetwork" "default" { } module "spacelift" { - source = "github.com/spacelift-io/terraform-google-spacelift-selfhosted?ref=v0.0.4" + source = "github.com/spacelift-io/terraform-google-spacelift-selfhosted?ref=v0.0.5" region = var.region project = var.project @@ -168,7 +168,7 @@ resource "google_service_account" "gke-node-service-account" { } module "spacelift" { - source = "github.com/spacelift-io/terraform-google-spacelift-selfhosted?ref=v0.0.4" + source = "github.com/spacelift-io/terraform-google-spacelift-selfhosted?ref=v0.0.5" region = var.region project = var.project @@ -190,7 +190,7 @@ resource "google_service_account" "gke-node-service-account" { } module "spacelift" { - source = "github.com/spacelift-io/terraform-google-spacelift-selfhosted?ref=v0.0.4" + source = "github.com/spacelift-io/terraform-google-spacelift-selfhosted?ref=v0.0.5" region = var.region project = var.project