Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
eliecharra committed Jan 8, 2025
1 parent 8ccfd51 commit 211d646
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .spacelift/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version: 2
module_version: "0.0.4"
module_version: "0.0.5"

tests:
- name: Test infrastructure creation
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 211d646

Please sign in to comment.