Skip to content

Commit 4b8a57a

Browse files
committed
Add note for Terragrunt TFPATH
1 parent 0615603 commit 4b8a57a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/concourse/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,11 @@ The following command needs to be run from within your root directory (containin
9898
terragrunt run-all apply
9999
```
100100

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:
102+
```sh
103+
export TERRAGRUNT_TFPATH=/Users/<your user id>/.asdf/shims/terraform
104+
```
105+
101106
#### 5. Configure your local kubectl afterwards
102107
1. Login into the google cloud via `gcloud auth login && gcloud auth application-default login`.
103108
2. Configure you kubectl, see section [How to obtain GKE credentials for your terminal](<#how-to-obtain-gke-credentials-for-your-terminal>).

0 commit comments

Comments
 (0)