Skip to content
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

fix: Update module dependencies for TF 0.14 support #172

Merged
merged 2 commits into from
Dec 20, 2020

Conversation

emedvedev
Copy link
Contributor

Description

This PR updates module dependencies to provide support for Terraform 0.14.

Motivation and Context

The versions of module dependencies that are used now set the required_version parameter as < 0.14.0, which means we cannot use the module with Terraform 0.14.

Breaking Changes

Does not break compatibility: the new versions are all backwards-compatible.

How Has This Been Tested?

Tested with terraform validate on Terraform 0.14.

@emedvedev emedvedev changed the title Update module dependencies for TF 0.14 support fix: Update module dependencies for TF 0.14 support Dec 18, 2020
Copy link
Member

@bryantbiggs bryantbiggs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@antonbabenko this is ready to merge - validated with complete example using master and then updated source to this change set. the only thing to note is that it looks like the security groups Name is wanting to update:

 ~ tags = {
       "Environment" = "dev"
     ~ "Name"        = "atlantiscomplete-alb-https" -> "atlantiscomplete"
       "Owner"       = "user"
   }

@antonbabenko antonbabenko merged commit e912dc5 into terraform-aws-modules:master Dec 20, 2020
@antonbabenko
Copy link
Member

Thanks @bryantbiggs for the review!

v2.28.0 has been just released.

@emedvedev
Copy link
Contributor Author

Thank you!

@github-actions
Copy link

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 10, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants