You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apologies for the late reply, and for the difficulties with disabling domain expiration via Terraform. When the value is omitted, the field is ignored in Terraform, and can be controlled in UI. This however means it can't be disabled via the configuration, which is not correct - apologies.
It seems the ssl_expiration works in a similar way, unfortunately.
We'll look into it and release a fixed provider, thanks for reporting the issue and your patience and understanding 🙏
I am trying to disable domain expiration check for previously imported monitor.
According to API output this monitor currently contains the following value:
After changing the value in Terraform resource from
7
tonull
, theplan
command reports no changes to the state.Expected behaviour: the
plan
command shows that the value will be changed from7
tonull
.Enabling domain expiration works as expected.
The text was updated successfully, but these errors were encountered: