aloof-psychiatrist-4562
02/28/2020, 7:28 PMignore_changes
.white-balloon-205
ignore_changes
for ~everything. You don't want your Pulumi program to overwrite anything in the cloud (even when you make future changes).
2. You want to just go ahead and import, and then Pulumi will propose updates and/or replacements for things that don't match, and you'll accept making those changes.
For (1), we could offer ignoreChanges: ["*"]
or similar. For (2), we could provide an option to just not block the import, but you will get some possibly scary updates/replacements on future updates.aloof-psychiatrist-4562
02/28/2020, 7:44 PMregistry_id
, correct?white-balloon-205
aloof-psychiatrist-4562
02/29/2020, 12:47 AMerrorOnChanges: ["Policy"]
to error out if it detects a change to said property.