-
Notifications
You must be signed in to change notification settings - Fork 31
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
network.tf file to create networking resources for Splunk export #5
network.tf file to create networking resources for Splunk export #5
Conversation
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.
Thank you for this contribution!
Looks great, a couple of comments below.
Possible to remove whitespace changes to preserve history?
I was so in the mode of running |
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.
Looks good. Mind adding changes in the README? Particularly new user-facing variables.
Sorry forgot to mention that last time.
Also there's a simple variables placeholder file variables.yaml
that needs to be updated with these new vars. It's made available for end-users to seed a new user-specific terraform.tfvars
as described in README setup section.
terraform fmt
to clean up files