-
Notifications
You must be signed in to change notification settings - Fork 88
Added new resource to manage lookup table files #196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
d86e3f7
Added new resource to manage lookup table files
akohring 96e9399
Corrected typo in documentation
akohring 4df8afc
Removed whitespace trim since it is not needed
akohring 6b167f4
Updated lookup read to detect remote changes
akohring 91aa551
Converted lookup table file_contents usage from a string to a [][]string
akohring 777f453
Added splunk app for lookup file editing
akohring cb11060
Fixed missing quote
akohring dcce27e
Added names to terraform workflow steps
akohring 85e0907
Moved terraform chdir to global options
akohring b7cfd79
Added volume mount for app addons
akohring b0bb140
Reworked service volume mount
akohring 67609fd
Merge branch 'splunk:master' into lookup-table-file
akohring fa2d660
Updated changelog
akohring File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Added volume mount for app addons
- Loading branch information
commit b7cfd79200c9c06d66c8c29309ffbe41a244afac
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,7 @@ | ||
| # Ignore dist file | ||
| .idea | ||
| .terraform | ||
| .terraform.lock.hcl | ||
| dist | ||
| terraform-provider-splunk | ||
| terraform.tfstate | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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?