We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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"
The text was updated successfully, but these errors were encountered:
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"
Sorry, something went wrong.
cloudposse/terraform-aws-route53-cluster-hostname#23
Successfully merging a pull request may close this issue.
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"
The text was updated successfully, but these errors were encountered: