Skip to content

Commit 865cdcc

Browse files
authored
Bump README to v1.0.0 (#37)
* Bump README to v1.0.0 * Update the rest
1 parent 71db762 commit 865cdcc

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Check out the [Terraform](https://developer.hashicorp.com/terraform/language/bac
1212

1313
```hcl
1414
module "spacelift" {
15-
source = "github.com/spacelift-io/terraform-google-spacelift-selfhosted?ref=v0.0.6"
15+
source = "github.com/spacelift-io/terraform-google-spacelift-selfhosted?ref=v1.0.0"
1616
1717
region = "europe-west1"
1818
project = "spacelift-production"
@@ -50,7 +50,7 @@ This deploys a new VPC, a new Cloud SQL instance and a GKE cluster
5050

5151
```hcl
5252
module "spacelift" {
53-
source = "github.com/spacelift-io/terraform-google-spacelift-selfhosted?ref=v0.0.6"
53+
source = "github.com/spacelift-io/terraform-google-spacelift-selfhosted?ref=v1.0.0"
5454
5555
region = var.region
5656
project = var.project
@@ -86,7 +86,7 @@ resource "google_compute_subnetwork" "default" {
8686
}
8787
8888
module "spacelift" {
89-
source = "github.com/spacelift-io/terraform-google-spacelift-selfhosted?ref=v0.0.6"
89+
source = "github.com/spacelift-io/terraform-google-spacelift-selfhosted?ref=v1.0.0"
9090
9191
region = var.region
9292
project = var.project
@@ -113,7 +113,7 @@ resource "google_service_account" "gke-node-service-account" {
113113
}
114114
115115
module "spacelift" {
116-
source = "github.com/spacelift-io/terraform-google-spacelift-selfhosted?ref=v0.0.6"
116+
source = "github.com/spacelift-io/terraform-google-spacelift-selfhosted?ref=v1.0.0"
117117
118118
region = var.region
119119
project = var.project
@@ -135,7 +135,7 @@ resource "google_service_account" "gke-node-service-account" {
135135
}
136136
137137
module "spacelift" {
138-
source = "github.com/spacelift-io/terraform-google-spacelift-selfhosted?ref=v0.0.6"
138+
source = "github.com/spacelift-io/terraform-google-spacelift-selfhosted?ref=v1.0.0"
139139
140140
region = var.region
141141
project = var.project

0 commit comments

Comments
 (0)