cloudposse / atmos

👽 Terraform Orchestration Tool for DevOps. Keep environment configuration DRY with hierarchical imports of configurations, inheritance, and WAY more. Native support for Terraform and Helmfile.
https://atmos.tools
Apache License 2.0
725 stars 93 forks source link

Update "Simple Tutorial Docs" #664

Open shrihariharidass opened 1 month ago

shrihariharidass commented 1 month ago

Describe the Bug

Issue

Expected Behavior

Steps to Reproduce

Screenshots

No response

Environment

No response

Additional Context

No response

glensc commented 1 month ago

for the myapp vs station, this fix is needed:

diff --git a/stacks/deploy/dev.yaml b/stacks/deploy/dev.yaml
index 388d721..b47f7f5 100644
--- a/stacks/deploy/dev.yaml
+++ b/stacks/deploy/dev.yaml
@@ -6,7 +6,7 @@ import:

 components:
   terraform:
-    myapp:
+    station:
       vars:
         location: Stockholm
         lang: see

to this file:

osterman commented 6 days ago

Thanks, missed this issue somehow. We will review and fix