pulumi up --refresh
detects spurious diff for wildcard CNAME
#160
Labels
kind/question
Questions about existing features
I have the following directive:
This successfully creates a wildcard CNAME I can see in DO control panel as:
When I run
pulumi up --refresh
I see:If I select
details
option I see:If I go ahead with the update and check the DO control panel afterwards then nothing has changed (which is good, I think it was fine already)
But if I run
pulumi up --refresh
again it finds the same diffI believe this is probably due to asymmetry between GET and POST values of the CNAME
name
in DigitalOcean API... it seems they strip the trailing.
in the GET response:but require it in the POST body when adding the record
The text was updated successfully, but these errors were encountered: