splunk / terraform-provider-splunk

Terraform Provider for Splunk
Mozilla Public License 2.0
104 stars 78 forks source link

Add dispatch_index_earliest and dispatch_index_latest arguments for saved searches #17

Closed asvoboda closed 4 years ago

asvoboda commented 4 years ago

Resolves #15

As documented in https://docs.splunk.com/Documentation/Splunk/8.0.6/Admin/Savedsearchesconf#dispatch_search_options

anushjay commented 4 years ago

@asvoboda Thanks for opening a PR. LGTM. Can you add the two new arguments with some arbitrary values and validation to the existing test TestAccSplunkSavedSearches? Once you push the changes to your branch that should trigger the tests now in Github actions. I can merge the changes right after. Thanks again!

asvoboda commented 4 years ago

Done! Let me know if you want to see any other changes.