You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/concourse/README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,6 +98,11 @@ The following command needs to be run from within your root directory (containin
98
98
terragrunt run-all apply
99
99
```
100
100
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
+
101
106
#### 5. Configure your local kubectl afterwards
102
107
1. Login into the google cloud via `gcloud auth login && gcloud auth application-default login`.
103
108
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