-
-
Notifications
You must be signed in to change notification settings - Fork 56
feat!: Increase Terraform and AWS provider minimum supported versions; update auth
configuration schema
#17
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
modified: main.tf
modified: examples/postgresql_iam_cluster/main.tf; modified: examples/postgresql_iam_instance/main.tf
modified: variables.tf
@antonbabenko Could you please take a look, because it's very important for me too. Thanks a lot, sorry to bother you. |
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.
client_password_auth_type
was introduced in v4.55.0 of Terraform AWS provider, so versions.tf
should be updated in all places to reflect this.
At the same time, we can upgrade terraform version to be >= 1.0
. Will you be able to update it? This will become a major release.
@amitai-devops @jatalocks Hi guys. |
Hey, I'm the same person, just two accounts 😅, I can get to it when I can but I wouldn't say no if someone wants to commit to this PR |
@jatalocks Merge please, I hope this helps to merge these changes to the original module. |
Co-authored-by: Orest Kapko <orest.kapko@welltech.com>
@antonbabenko Hi, we updated MR. Do you know if we need anything else to add? |
Co-authored-by: Orest Kapko <orest.kapko@welltech.com>
@AlKapkone I'll update the examples since we've have a number of module changes - one sec |
@bryantbiggs I tried to update the vpc module to the |
auth
configuration schema
Validated on @antonbabenko please take a look when you get a chance |
@jatalocks Merge, please |
I am waiting for maintainer to merge, I'm not a maintainer |
@antonbabenko Do we need something else to add or we can merge it? |
## [3.0.0](v2.1.2...v3.0.0) (2023-06-09) ### ⚠ BREAKING CHANGES * Increase Terraform and AWS provider minimum supported versions; update `auth` configuration schema (#17) ### Features * Increase Terraform and AWS provider minimum supported versions; update `auth` configuration schema ([#17](#17)) ([cc39e9d](cc39e9d))
This PR is included in version 3.0.0 🎉 |
Thanks so much for your efforts! |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Description
secrets
in conjunction withauth_scheme
andiam_auth
variables. Now, auth settings are provided under theauth
variable for multiple auth entries.Motivation and Context
require_tls
= true #10Breaking Changes
How Has This Been Tested?
examples/*
to demonstrate and validate my change(s)examples/*
projectspre-commit run -a
on my pull request