We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am trying to disable domain expiration check for previously imported monitor.
According to API output this monitor currently contains the following value:
"domain_expiration": 7
After changing the value in Terraform resource from 7 to null, the plan command reports no changes to the state.
7
null
plan
Expected behaviour: the plan command shows that the value will be changed from 7 to null.
Enabling domain expiration works as expected.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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: