Because from my understanding, pulumi promotes the imperative declaration of a state. Can I order it to create a resource then delete it (a sequence), the same way I can with database migration (Alembic or the likes)
helpful-holiday-1475
02/15/2019, 2:48 AM
Got my answer: better off coding it myself. Pulumi still use a declarative engine driven by impetative languages.
c
creamy-potato-29402
02/15/2019, 4:50 AM
@helpful-holiday-1475 This is actually how resource replacement works by default.
creamy-potato-29402
02/15/2019, 4:51 AM
If you do something that causes us to replace something, we will create the new version first, and then delete the old version.
No matter how you like to participate in developer communities, Pulumi wants to meet you there. If you want to meet other Pulumi users to share use-cases and best practices, contribute code or documentation, see us at an event, or just tell a story about something cool you did with Pulumi, you are part of our community.