Skip to content

Commit

Permalink
debug: computed values
Browse files Browse the repository at this point in the history
  • Loading branch information
Xboarder56 committed Apr 16, 2024
1 parent c3d7b91 commit ff4bb30
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions splunk/resource_splunk_saved_searches.go
Original file line number Diff line number Diff line change
Expand Up @@ -601,16 +601,19 @@ func savedSearches() *schema.Resource {
"action_log_event_param_index": {
Type: schema.TypeString,
Optional: true,
Computed: true,
Description: "Destination index for the logged event.",
},
"action_log_event_param_sourcetype": {
Type: schema.TypeString,
Optional: true,
Computed: true,
Description: "Destination sourcetype for the logged event.",
},
"action_log_event_param_source": {
Type: schema.TypeString,
Optional: true,
Computed: true,
Description: "Value of the source field for the logged event entry.",
},
"action_create_xsoar_incident": {
Expand Down

0 comments on commit ff4bb30

Please sign in to comment.