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

resource: support cloudformation stack type #58

Merged
merged 1 commit into from
May 2, 2024

Conversation

dschofie
Copy link
Member

@dschofie dschofie commented May 2, 2024

This allows you to define a cloudformation stack like:

- Type: "Cloudformation"
  Path: "examples/cloudformation/dynamo/table.yml"
  Name: "painter3"
  CloudformationParameters:
    - "HashKeyElementName=Painter"

We use the Name and path to ensure that stacks are unique.

Cloudformation support depends on change sets that we use to update a
deployed stack as the cloudformation changes.

The Path for cloudformation should go directly to the template you want
to use. Unlike terraform and CDK where there is a directory of contents.

@dschofie dschofie force-pushed the dschofie/cloudformation branch 2 times, most recently from c8d7114 to 95d727b Compare May 2, 2024 18:21
This allows you to define a cloudformation stack like:
```
- Type: "Cloudformation"
  Path: "examples/cloudformation/dynamo/table.yml"
  Name: "painter3"
  CloudformationParameters:
    - "HashKeyElementName=Painter"
```

We use the Name and path to ensure that stacks are unique.

Cloudformation support depends on change sets that we use to update a
deployed stack as the cloudformation changes.

The Path for cloudformation should go directly to the template you want
to use. Unlike terraform and CDK where there is a directory of contents.
@dschofie dschofie force-pushed the dschofie/cloudformation branch from 95d727b to 2d4d5cb Compare May 2, 2024 18:28
@dschofie dschofie merged commit 050af97 into main May 2, 2024
1 check passed
@dschofie dschofie deleted the dschofie/cloudformation branch May 2, 2024 18:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant