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
| terraform.client | string |`""`| terraform client name (used to decide what workspace in the org to use) |
190
189
| terraform.initCommand | string |`"make _dev init"`| makefile target in the Makefile of the repository to run during initialization phase (can be any valid bash one-liner if you want to skip the makefile targets of the repository) |
`client` is required and should be a non-empty string. It should contain client name, which would be used as a suffix for the workspace for infra-dev-aws solutions (skipped otherwise)
You didn't set either tokenSecret or token. One is required for the terraform pod to be functional.
323
-
`tokenSecret` is required and should be a non-empty string. It should contain a name of the secret containing terraform auth token for the organnization.
324
-
or
325
-
`token` is required and should be a non-empty string. It should terraform api token as a string
Copy file name to clipboardExpand all lines: charts/terraform-pod/values.yaml
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -32,10 +32,6 @@ terraform:
32
32
organization: saritasa-team
33
33
# -- terraform client name (used to decide what workspace in the org to use)
34
34
client: ""
35
-
# -- secret name containing terraform team API token name (optional)
36
-
tokenSecret: terraform-cli-token-saritasa-team
37
-
# -- terraform api token value (optional, if passed - takes precedence over tokenSecret)
38
-
token: ""
39
35
# -- makefile target in the Makefile of the repository to run during initialization phase (can be any valid bash one-liner if you want to skip the makefile targets of the repository)
0 commit comments