powerful-ram-56107
09/19/2019, 7:49 AMpulumi
"accept" pre-existing objects with the same name/ID as described in the sources into the current stack? I mean similar to pulumi refresh
, but without the resources being present in the stack already. I imagine a workflow where one does:
1. pulumi accept
, which writes the objects into the stack as is; strongly suggesting to continue with step 2 afterwards
2. pulumi up --expect-no-changes
, until the code fits the current stack state againtall-librarian-49374
09/19/2019, 7:58 AMrhythmic-finland-36256
09/19/2019, 7:58 AMimport
resource option that allows to specify the id/arn of an existing entity? together with a pulumi up
this will show you which resources are adopted to the stack instead of creating new ones.powerful-ram-56107
09/19/2019, 11:12 AMname
, just for the next fellow who comes across this.gray-nest-70702
09/19/2019, 12:59 PM