-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: remove helm values output #34
Conversation
PR Reviewer Guide 🔍
|
PR Code Suggestions ✨
|
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.
Please remove the template
from the required providers as suggested by the tflint. This old configuration is also present in the examples/main.tf
file, remove the declaration also from there.
In the examples/outputs.tf
file are used the two remove outputs (helm_values_for_buckets
and helm_values_for_databases
); please remove this old configuration from the example.
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.
LGTM 👍
PR Type
Enhancement
Description
helm_bucket.tpl
andhelm_database.tpl
template filessecrets.tf
that were used to generate Helm valuesoutputs.tf
to remove Helm values outputsChanges walkthrough 📝
outputs.tf
Remove Helm values outputs
outputs.tf
databases
secrets.tf
Remove Helm values template generation
secrets.tf
and databases
helm_bucket.tpl
Remove bucket Helm values template
files/template/helm_bucket.tpl
helm_database.tpl
Remove database Helm values template
files/template/helm_database.tpl