From 211d6465dcfbd6bcc3f2cc237e4c120803f72265 Mon Sep 17 00:00:00 2001 From: Elie CHARRA Date: Wed, 8 Jan 2025 12:07:39 +0100 Subject: [PATCH] chore: bump version --- .spacelift/config.yml | 2 +- README.md | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) 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