-
-
Notifications
You must be signed in to change notification settings - Fork 90
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
Relax required Terraform version to >= 0.12.0 #18
Conversation
Thanks. Note that this PR needs further version bump on module dependencies, namely due to this: cloudposse/terraform-aws-route53-cluster-hostname#29 Marking this as draft to avoid accidental merging. |
/test all |
/rebuild-readme |
This enables use of Terraform 0.14 which was recently released. I wasn't sure whether you'd then like a `>= 0.12.0, < 0.15` constraint instead. This is taken from https://github.com/cloudposse/terraform-aws-acm-request-certificate/blob/master/versions.tf.
@RothAndrew Should be ready now. I bumped the version on the dependency towards |
/test all |
/test all |
@RothAndrew Is there anything missing before this can be merged? I noticed the checks are failing, but the error isn't clear to me. |
Closed in favor of #20 |
This enables use of Terraform 0.14 which was recently released.
Requires this to be merged and released first: cloudposse/terraform-aws-route53-cluster-hostname#29