cool-glass-63014
02/24/2022, 9:33 AMimport * as cloudflare from "@pulumi/cloudflare";
) to setup some DNS records it fails to "move" some DNS resources as it does not change a DNS record and instead tries to create the new version of it causing a conflict since the same DNS CNAME record named "cname-record" cannot be created, which then causes the whole upgrade to fail.
I've noticed that I first have to comment out (in separate calls of pulumi up
) the DNS record declaration and then introducing it again after the DNS record has been deleted so that it then can be added again with the new value.
Am I alone with this? Is it intended?little-cartoon-10569
02/24/2022, 9:17 PMcool-glass-63014
02/25/2022, 8:39 AM