Skip to content
Merged
Prev Previous commit
Next Next commit
Fixed missing quote
  • Loading branch information
akohring committed Oct 10, 2024
commit cb1106038b3a88d4fdce7182c57a2e63526b539e
2 changes: 1 addition & 1 deletion terraform/main.tf
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this an example of using the new resource? Can you include it in the examples directory if so.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is not an example. This terraform folder is volume mounted into the ACC test container and terraform is applied on the container to install the Splunk lookup app, which is required for the TestAccSplunkLookupTableFile test to pass.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rrossetti-splunk Do you need anything else from me to get this PR merged?

Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ provider "splunk" {
resource "splunk_apps_local" "lookup_file_editing" {
filename = true
name = "/apps/splunk-app-for-lookup-file-editing_404.tgz"
explicit_appname = "Splunk App for Lookup File Editing
explicit_appname = "Splunk App for Lookup File Editing"
}