Skip to content

Commit

Permalink
user append flag docs added
Browse files Browse the repository at this point in the history
  • Loading branch information
Cerebrovinny committed Oct 25, 2024
1 parent 265e768 commit e07c435
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions atmos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ components:
init_run_reconfigure: true
# Can also be set using 'ATMOS_COMPONENTS_TERRAFORM_AUTO_GENERATE_BACKEND_FILE' ENV var, or '--auto-generate-backend-file' command-line argument
auto_generate_backend_file: false
# Can also be set using 'ATMOS_COMPONENTS_TERRAFORM_APPEND_USER_AGENT' ENV var, or '--append-user-agent' command-line argument
append_user_agent: "Atmos/<version> (Cloud Posse; +https://atmos.tools)"
helmfile:
# Can also be set using 'ATMOS_COMPONENTS_HELMFILE_BASE_PATH' ENV var, or '--helmfile-dir' command-line argument
# Supports both absolute and relative paths
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ components:
init_run_reconfigure: true
# Can also be set using 'ATMOS_COMPONENTS_TERRAFORM_AUTO_GENERATE_BACKEND_FILE' ENV var, or '--auto-generate-backend-file' command-line argument
auto_generate_backend_file: false
# Can also be set using 'ATMOS_COMPONENTS_TERRAFORM_APPEND_USER_AGENT' ENV var, or '--append-user-agent' command-line argument
append_user_agent: "Acme/1.0 (Build 1234; arm64)"
```
<dl>
Expand Down

0 comments on commit e07c435

Please sign in to comment.