File tree Expand file tree Collapse file tree 4 files changed +4
-18
lines changed
terraform-modules/concourse Expand file tree Collapse file tree 4 files changed +4
-18
lines changed Original file line number Diff line number Diff line change @@ -209,20 +209,6 @@ terragrunt run-all destroy
209
209
210
210
Delete terraform state gcp bucket from GCP console or via ` gsutil `
211
211
212
- ### Carvel kapp terraform provider not available for Apple M1
213
- https://github.com/vmware-tanzu/terraform-provider-carvel/issues/30#issuecomment-1311465417
214
-
215
- To compile the provider locally, clone the repository https://github.com/carvel-dev/terraform-provider and run:
216
- ```
217
- go mod tidy
218
- go build -o terraform-provider-carvel ./cmd/main.go
219
- ```
220
- Then copy the binary into the local Terraform "plugins" folder:
221
- ```
222
- cp ./terraform-provider-carvel ~/.terraform.d/plugins/registry.terraform.io/vmware-tanzu/carvel/0.11.0/darwin_arm64
223
- ```
224
- In case of Terraform checksum mismatches, go to a Terraform module and run "terraform init" to fix the checksums.
225
-
226
212
### Plan/apply terragrunt for a specific component of the stack
227
213
228
214
``` sh
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Please note the process should be also useful for upgrading major versions.
11
11
1 . Connect to your GCP account
12
12
```
13
13
gcloud auth login && gcloud auth application-default login
14
- gcloud set project <your project name>
14
+ gcloud config set project <your project name>
15
15
```
16
16
17
17
2 . ` cd ` to a folder with concourse folder with ` config.yaml ` file
@@ -34,7 +34,7 @@ Please note the process should be also useful for upgrading major versions.
34
34
35
35
6 . Apply roll-out for new Concourse version
36
36
```
37
- terragrunt run-all plan --terragrunt-source-update
37
+ terragrunt run-all apply --terragrunt-source-update
38
38
```
39
39
40
40
At this point depending on your use case:
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ terraform {
4
4
source = " hashicorp/google"
5
5
}
6
6
carvel = {
7
- source = " registry.terraform.io/vmware-tanzu /carvel"
7
+ source = " registry.terraform.io/carvel-dev /carvel"
8
8
}
9
9
}
10
10
}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ terraform {
4
4
source = " hashicorp/google"
5
5
}
6
6
carvel = {
7
- source = " registry.terraform.io/vmware-tanzu /carvel"
7
+ source = " registry.terraform.io/carvel-dev /carvel"
8
8
}
9
9
kubectl = {
10
10
source = " registry.terraform.io/gavinbunney/kubectl"
You can’t perform that action at this time.
0 commit comments