Skip to content
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

Adding the test.yaml so that vendor pull works on quick start #392

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 8 additions & 0 deletions website/docs/quick-start/create-components.md
Expand Up @@ -23,6 +23,14 @@ There are a few ways to create the Terraform components:

or

> You will need to prime the orgs directory with a few placeholders as we are putting together the building blocks. From the base repo directory run command
```bash
{
mkdir -p stacks/orgs/test
touch stacks/orgs/test/test.yaml
}
```

- Copy the `component.yaml` component vendoring config file from the Atmos
example [components/terraform/infra/vpc-flow-logs-bucket/component.yaml](https://github.com/cloudposse/atmos/blob/master/examples/complete/components/terraform/infra/vpc-flow-logs-bucket/component.yaml)
into `components/terraform/infra/vpc-flow-logs-bucket/component.yaml` and then run the Atmos
Expand Down