astonishing-quill-88807
03/28/2022, 6:19 PMbillowy-army-68599
03/28/2022, 6:26 PMastonishing-quill-88807
03/28/2022, 8:14 PMbillowy-army-68599
03/28/2022, 9:31 PMdiff
that happens when you change providers, it's doing a recreate because the urn
is changing. If you alias the resource properly (https://www.pulumi.com/docs/intro/concepts/resources/options/aliases/) it shouldn't do any recreationastonishing-quill-88807
03/29/2022, 2:26 PMbillions-yak-67755
05/11/2022, 2:00 PM~ name : "colorado-external-dns-policy-3c3afa2" => "colorado-external-dns-policy-5e5f314"
• on the original question, is it possible to set aliases for the default provider? i.e. if you wanted to migrate back to the default provider? I cannot create a new provider w/ the name default
, and I have not found a way to reference / modify the default provider.us_east_2_provider = aws.Provider(
f'us-east-2-provider',
region='us-east-2',
opts=pulumi.ResourceOptions(aliases=[pulumi.Alias(name='default')]),
)