-
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
Created a retool bastion module #8
Conversation
Co-authored-by: omerduplo <[email protected]>
PR Review 🔍
|
PR Code Suggestions ✨
|
CI Failure Feedback 🧐(Checks updated until commit e890c77)
✨ CI feedback usage guide:The CI feedback tool (
In addition to being automatically triggered, the tool can also be invoked manually by commenting on a PR:
where Configuration options
See more information about the |
PR Type
Enhancement, Documentation
Description
Changes walkthrough 📝
main.tf
Add Terraform configuration for Retool Bastion example
examples/retool-bastion/main.tf
main.tf
Define AWS host resource and user data script
modules/retool-bastion/main.tf
outputs.tf
Add output for bastion host resource
modules/retool-bastion/outputs.tf
variables.tf
Define variables for bastion module configuration
modules/retool-bastion/variables.tf
versions.tf
Specify required Terraform version and providers
modules/retool-bastion/versions.tf
README.md
Add README for Retool Bastion example
examples/retool-bastion/README.md
README.md
Add README for Retool Bastion module
modules/retool-bastion/README.md