-
Notifications
You must be signed in to change notification settings - Fork 0
feat: ability to specify security group name #37
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
Conversation
Terraform Plan for ./examples/ci-1_0:will create 10 resources:
|
Terraform Plan for ./examples/ci-1_2:will create 10 resources:
|
Question : will it update the version and everything by itself when it deploys or do I need to do that? |
I think we have to change all the version numbers in the documentation before we merge |
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.
Yeah, we'll need to bump the terraform version in the README.md to the next minor version since you're just adding a variable, so not breaking change. Then add this new variable to the inputs table. Then I think you're good
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 as long as you see a valid plan using this. You could even test it out on your other repo by setting the "version" to this branch name like source = "github.com/byu-oit/terraform-aws-rds?ref=feat/sgName"
Couldn't test with the naming of the branch. Use #38 instead |
When old database instances were NOT created with this terraform module and we migrate it to use this terraform module the security group name is not matching causing further down time in the migration that can be avoided by allowing us to specify the security group name.