I am seeing some errors updating roles on latest modules and Splunk. I wanted to change realtime_search_jobs_quota to 0. Every time I apply it tries to run but the value doesn't change. In the TF logs:
2021/03/11 08:21:51 [WARN] Provider "registry.terraform.io/splunk/splunk" produced an unexpected new value for splunk_authorization_roles.test_role, 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:
- .realtime_search_jobs_quota: was cty.NumberIntVal(0), but now cty.NumberIntVal(6)
I am seeing some errors updating roles on latest modules and Splunk. I wanted to change realtime_search_jobs_quota to 0. Every time I apply it tries to run but the value doesn't change. In the TF logs: