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
{{ message }}
This repository has been archived by the owner on Apr 15, 2021. It is now read-only.
2020/02/05 08:50:24 [WARN] Provider "registry.terraform.io/-/site24x7" produced an invalid plan for module.site24x7.site24x7_website_monitor.monitor[0], but we are tolerating it because it is using the legacy plugin SDK.
The following problems may be the cause of any confusing errors from downstream operations:
- .match_regex_severity: planned value cty.NumberIntVal(2) does not match config value cty.NullVal(cty.Number)
- .matching_keyword_severity: planned value cty.NumberIntVal(2) does not match config value cty.NullVal(cty.Number)
- .unmatching_keyword_severity: planned value cty.NumberIntVal(2) does not match config value cty.NullVal(cty.Number)
- .timeout: planned value cty.NumberIntVal(10) does not match config value cty.NullVal(cty.Number)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
reproduce with:
TF_LOG=trace terraform plan
2020/02/05 08:50:24 [WARN] Provider "registry.terraform.io/-/site24x7" produced an invalid plan for module.site24x7.site24x7_website_monitor.monitor[0], but we are tolerating it because it is using the legacy plugin SDK.
The following problems may be the cause of any confusing errors from downstream operations:
- .match_regex_severity: planned value cty.NumberIntVal(2) does not match config value cty.NullVal(cty.Number)
- .matching_keyword_severity: planned value cty.NumberIntVal(2) does not match config value cty.NullVal(cty.Number)
- .unmatching_keyword_severity: planned value cty.NumberIntVal(2) does not match config value cty.NullVal(cty.Number)
- .timeout: planned value cty.NumberIntVal(10) does not match config value cty.NullVal(cty.Number)
The text was updated successfully, but these errors were encountered: