Skip to content

Commit 0b1c2b7

Browse files
committed
Run "terragrunt run-all init -upgrade" to update providers
* some providers were outdated and were not compatible with the latest OpenTofu version
1 parent 24c1c57 commit 0b1c2b7

File tree

6 files changed

+160
-160
lines changed

6 files changed

+160
-160
lines changed

docs/concourse/README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -94,13 +94,10 @@ The following command needs to be run from within your root directory (containin
9494
9595
*NOTE: `terragrunt run-all` commands **do not** show changes before applying*
9696
97-
```sh
98-
terragrunt run-all apply
99-
```
97+
*NOTE: If you need to update the providers, run `terragrunt run-all init -upgrade`
10098
101-
*NOTE: Make sure that your Terragrunt TFPATH points to the "terraform" CLI and not to the "tofu" CLI. Tofu uses a different versioning scheme and may fail to load some plugins that check for a specific Terraform version:
10299
```sh
103-
export TERRAGRUNT_TFPATH=/Users/<your user id>/.asdf/shims/terraform
100+
terragrunt run-all apply
104101
```
105102

106103
#### 5. Configure your local kubectl afterwards

terraform-modules/concourse/app/providers.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ terraform {
55
}
66
carvel = {
77
source = "registry.terraform.io/vmware-tanzu/carvel"
8-
version = "= 0.11.0"
98
}
109
}
1110
}

terraform-modules/concourse/backend/providers.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ terraform {
55
}
66
carvel = {
77
source = "registry.terraform.io/vmware-tanzu/carvel"
8-
version = "= 0.11.0"
98
}
109
kubectl = {
1110
source = "registry.terraform.io/gavinbunney/kubectl"

terragrunt/concourse-wg-ci/app/.terraform.lock.hcl

Lines changed: 44 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

terragrunt/concourse-wg-ci/backend/.terraform.lock.hcl

Lines changed: 72 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)