-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document "env" step #758
Comments
@anasinnyk are you able to find your commit where you had the documentation? |
@kmfk 🤦♂ thanks! |
Does variable expansion (especially command expansion) work in the |
Given
We run:
So command expansion should work. |
@lkysow not sure what I'm doing wrong here or if this needs updated documentation but in my repo I have the following atlantis.yaml: version: 3
workflows:
default:
plan:
steps:
- env:
name: TF_VAR_aws_account_id
value: "111111111111"
- env:
name: TF_VAR_gitlab_token
command: 'echo "$ATLANTIS_GITLAB_TOKEN"'
- env:
name: TF_VAR_aws_region
value: "us-east-1"
- env:
name: TF_VAR_account_name
value: "awsdev" but when it runs Atlantis shows:
|
please create a new issue if is necessary, Luke does not work on the project anymore. |
#751 added a new custom step type:
This needs to be documented.
The text was updated successfully, but these errors were encountered: