terraform-provider-splunk
terraform-provider-splunk copied to clipboard
Terraform Provider for Splunk
Similar to the issue addressed in #89, the roles resource doesn't properly handle resources that are in state but missing on the remote Splunk instance. This is made worse by...
if you create a role with this provider and then someone removes the role in the splunk web gui, the next run of terraform plan will fail with the error...
If a role gets created with uppercase characters in the name property when using 'splunk_authorization_roles' the server side in splunk cloud changes all characters to lower case, the terraform state...
I am trying to create splunk alert and dashboard using terraform but it throws 404 error. Alert and dashboard are getting created but still terraform throws 404 error. Below is...
Hello Team, Thanks for providing Splunk Provider ! Just observed splunk_saved_searches is missing support for actions ServiceNow & VictorOps. Can you please suggest a way to get around this problem....
When I try to create a new role I get the error ``` Error: Unable to find resource: ctr_test on roles.tf line 115, in resource "splunk_authorization_roles" "ctr_test": 115: resource "splunk_authorization_roles"...
Is support for [Splunk Dashboards/Views](https://docs.splunk.com/Documentation/Splunk/8.0.6/RESTREF/RESTknowledge#data.2Fui.2Fviews) and [Prebuilt Panels](https://docs.splunk.com/Documentation/Splunk/8.0.6/RESTREF/RESTknowledge#data.2Fui.2Fpanels) something you are planning to do in the near future. If yes, it would be great if we could know a ballpark...
**Version:** 1.4.4 **Summary:** There seems to be an issue in tracking codified changes to `splunk_saved_searches` alert resources, particularly around _actions_. **Reproduce:** Create (plan and apply) a `splunk_saved_search` resource, with the...
Hi! nice to see this grow! Just watched the meet the experts session. Is it possible to add cluster management support and cluster role assignment for plain splunk installations? Considering...