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

Upgrade module source version for label and route53 for 0.13 version compatibility #52

Closed
ohayak opened this issue Aug 16, 2020 · 2 comments · Fixed by #55
Closed

Upgrade module source version for label and route53 for 0.13 version compatibility #52

ohayak opened this issue Aug 16, 2020 · 2 comments · Fixed by #55
Labels
bug 🐛 An issue with the system

Comments

@ohayak
Copy link
Contributor

ohayak commented Aug 16, 2020

in order to work with terraform 0.13 these sources need to be updated:

source = "git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.16.0"
source = "git::https://github.com/cloudposse/terraform-aws-route53-cluster-hostname.git?ref=tags/0.3.0"

@ohayak ohayak added the bug 🐛 An issue with the system label Aug 16, 2020
@jurgenweber
Copy link
Contributor

I would also argue that you should increase the version constraint for the AWS provider to v3 which is the TF13 compatible version of the provider:

aws = "=> 2.0"

@jurgenweber
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 An issue with the system
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants