magnificent-eve-10499
02/19/2025, 2:50 PMcrmCNAME
and crmTXT
are not working anymore. I used this code to create the resources, then I removed the resource that caused these to be created and it removed them from Cloudflare. so everything so far was working as expected. Then when I added a new resource in its place these did not get recreated. I tried pulumi refresh
but it didn't change anything with these resources. I manually went into cloudflare and created them. now when I run pulumi up I get:
Diagnostics:
cloudflare:index:Record (crm):
error: sdk-v2/provider2.go:515: sdk.helper_schema: expected DNS record to not already be present but already exists: provider=cloudflare@5.49.0
error: 1 error occurred:
* expected DNS record to not already be present but already exists
magnificent-eve-10499
02/19/2025, 3:51 PMlittle-cartoon-10569
02/19/2025, 5:47 PMlittle-cartoon-10569
02/19/2025, 5:48 PMlittle-cartoon-10569
02/19/2025, 5:50 PMpulumi refresh
with the intention of having it write your Pulumi project for you. It'd be wonderful.. but it just doesn't work like that 😞magnificent-eve-10499
02/19/2025, 6:26 PMmagnificent-eve-10499
02/19/2025, 6:28 PMlittle-cartoon-10569
02/19/2025, 6:33 PMpulumi up --target ...
or pulumi destroy --target ...
, and so on, pays off.