realestate-com-au / stackup

a simple CLI and Ruby API for AWS CloudFormation
MIT License
97 stars 34 forks source link

[Question] dose stackup support cfn changeset type 'IMPORT' #92

Closed linchen2chris closed 3 years ago

linchen2chris commented 3 years ago

AWS CLI support changeset type to 'IMPORT' when we want to import an existing resource to an existing stack, I want to use stackup to do that, not sure if stackup support it.

https://docs.aws.amazon.com/cli/latest/reference/cloudformation/create-change-set.html

linchen2chris commented 3 years ago

I checked the code, https://github.com/realestate-com-au/stackup/blob/6c36a85fb31ad8f8117f73827df8d86fc0cfa5d8/lib/stackup/change_set.rb#L57, it doesn't support changeset_type 'IMPORT' yet. 😢