cloudtools / stacker

An AWS CloudFormation Stack orchestrator/manager.
http://stacker.readthedocs.io/en/stable/
BSD 2-Clause "Simplified" License
711 stars 167 forks source link

Add the import-related stack statuses #752

Closed laconc closed 4 years ago

laconc commented 4 years ago

After importing a resource through the CloudFormation console, stacker build was failing because it didn't recognize that IMPORT_COMPLETE was a successful state. In this PR, we're adding all the import-related statuses as defined here.