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
splunk_saved_searches.new-search-01: Creating...
╷
│ Error: 404 Not Found: <!DOCTYPE html PUBLIC
with splunk_saved_searches.new-search-01,
│ on main.tf line 15, in resource "splunk_saved_searches" "new-search-01":
│ 15: resource "splunk_saved_searches" "new-search-01" {
The text was updated successfully, but these errors were encountered:
I do have Splunk cloud trail instance & I am referring below 2 links for Creating alert.
https://registry.terraform.io/providers/splunk/splunk/latest/docs
provider "splunk" {
url = "prd-p-t5l7m.splunkcloud.com"
auth_token = "xxxxxxxx"
insecure_skip_verify = true
}
https://registry.terraform.io/providers/splunk/splunk/latest/docs/resources/saved_searches
But it errors out saying
splunk_saved_searches.new-search-01: Creating...
╷
│ Error: 404 Not Found: <!DOCTYPE html PUBLIC
with splunk_saved_searches.new-search-01,
│ on main.tf line 15, in resource "splunk_saved_searches" "new-search-01":
│ 15: resource "splunk_saved_searches" "new-search-01" {
The text was updated successfully, but these errors were encountered: