splunk / terraform-provider-splunk

Terraform Provider for Splunk
Mozilla Public License 2.0
103 stars 76 forks source link

Errors Updating Roles #61

Open jordanfelle opened 3 years ago

jordanfelle commented 3 years ago

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)
anushjay commented 3 years ago

@jordanfelle What version of Splunk are you using? I'm not able to reproduce these errors. Could you also do a terraform refresh to update the values?