Skip to content

Commit

Permalink
move demo env to /tests/fixtures/scenarios
Browse files Browse the repository at this point in the history
  • Loading branch information
haitham911 committed Feb 9, 2025
1 parent 4e4c6e3 commit 848d667
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,6 @@ jobs:
# - examples/demo-component-manifest
- examples/demo-component-versions
- examples/demo-context
- examples/demo-configuration
# - examples/demo-custom-command
# - examples/demo-json-validation
# - examples/demo-opa-validation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ components:
deploy_run_init: true
init_run_reconfigure: true
auto_generate_backend_file: false

stacks:
base_path: "stacks"
included_paths:
Expand Down
File renamed without changes.
File renamed without changes.
3 changes: 0 additions & 3 deletions website/docs/cli/configuration/configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,6 @@ import:
# Finally, override some logging settings
- "./logs.yaml"
```
See [`examples/demo-configuration`](https://github.com/cloudposse/atmos/tree/main/examples/demo-configuration) for a demonstration.

Note, templated imports of Atmos configuration are not supported (unlike stacks).
:::warning Be Careful with Remote Imports
Expand Down

0 comments on commit 848d667

Please sign in to comment.