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
Within the splunk_saved_searches resource, these 2 arguments:
action_email_include_results_link
action_email_include_view_link
are having these issues:
do not default to false / 0 as documented in the Terraform provider resource doc for splunk_saved_searches
do not function at all if set to 0 explicitly
do not appear in savedsearches.conf once set (although other arguments seem to work fine)
The two settings are defaulting to enabled as documented in Splunk's savedsearches.conf doc, and if set directly via SSH CLI or Splunk Web GUI, the settings can be disabled successfully.
Disabling them with Terraform is not functional at this time.