Skip to content
New issue

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

Correct uptime check default values #70

Merged
merged 1 commit into from
Apr 21, 2022

Conversation

tomasbasham
Copy link
Member

There are some edge cases when using default values, centring mainly
around 0 and how Go interprets this value as equivalent to the
zero-value of an integer. Even when set explicitly to 0 Terraform is not
able to distinguish between the zero-value of an integer and 0.

Additionally a few minimum and maximum values have been set on the
relevant schema attributes.

There are some edge cases when using default values, centring mainly
around 0 and how Go interprets this value as equivalent to the
zero-value of an integer. Even when set explicitly to 0 Terraform is not
able to distinguish between the zero-value of an integer and 0.

Additionally a few minimum and maximum values have been set on the
relevant schema attributes.
@tomasbasham tomasbasham linked an issue Apr 19, 2022 that may be closed by this pull request
@tomasbasham tomasbasham merged commit 875f58d into master Apr 21, 2022
@tomasbasham tomasbasham deleted the correct-uptime-default-values branch April 21, 2022 14:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

"trigger_rate" sets to default after creating resource
1 participant