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
Error: Unsupported argument
on alert.tf line 40, in resource "splunk_saved_searches" "saved_search_opsgenie":
40: action_opsgenie = 1
An argument named "action_opsgenie" is not expected here.
Error: Unsupported argument
on alert.tf line 41, in resource "splunk_saved_searches" "saved_search_opsgenie":
41: action_opsgenie_param_api_url = "XXXXXXXXXXXXX"
An argument named "action_opsgenie_param_api_url" is not expected here.
This seems related to #88
I'm attempting to use the provider to create alerts that use the http alert action https://splunkbase.splunk.com/app/5022/
but if I attempt to configure it I get errors like
Looking at the code https://github.com/splunk/terraform-provider-splunk/blob/master/client/models/saved_searches.go#L14:L153 it seems these labels are hardcoded rather than allowing for something like
action_<action_name>_<parameter>
.The text was updated successfully, but these errors were encountered: