-
-
Notifications
You must be signed in to change notification settings - Fork 146
Closed
Labels
bug🐛 An issue with the system🐛 An issue with the system
Description
Describe the Bug
Issue
- In the Start Your Project Page, in the file system layout if you observe the component name is
myappand then on the next pageWrite Some Componentsyou mention to Create a Directory for Your Component the command is
mkdir -p components/terraform/weather - But, in the
Deploy Everything Pageyou mention the command as:
atmos terraform apply myapp -s devWhen I run this command I get an error calledmyappcomponent not found because I createdWeather - So it is so confusing when I rename
weathertomyappits work - Again after changing I got a new error related
Weather APIbut when IcurlthatAPIit working, the error I found inexamples/quick-start-simple/stacks/deploy/dev.yamlwherelocation: Stockholm, when I change location toIndiaits work, so I guess you need to change a location.

location to work fine your demo
Expected Behavior
- So because of what I mentioned in Bug, when I demonstrate it's not working as I mention that bug so can you please check once
Steps to Reproduce
- As I mention I change
Componentname toweathertomyapp - Also I change
location
Screenshots
No response
Environment
No response
Additional Context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bug🐛 An issue with the system🐛 An issue with the system