-
-
Notifications
You must be signed in to change notification settings - Fork 121
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
support terraform 0.12 #28
Comments
#29 fixes this |
I am trying to use master and it still does not work with TF 0.12. Can the https://github.com/cloudposse/terraform-aws-cloudfront-s3-cdn module be used instead to create a web url redirect via s3 bucket? I do not see an option to set dns_aliases_enabled = false. `Warning: Interpolation-only expressions are deprecated on main.tf line 10, in provider "aws": Terraform 0.11 and earlier required all non-constant expressions to be Template interpolation syntax is still used to construct strings from (and 63 more similar warnings elsewhere) Warning: Quoted type constraints are deprecated on .terraform/modules/cdn.distribution_label/variables.tf line 19, in variable "delimiter": Terraform 0.11 and earlier required type constraints to be given in quotes, (and 29 more similar warnings elsewhere) Error: Unsupported argument on .terraform/modules/cdn/main.tf line 46, in resource "aws_cloudfront_distribution" "default": An argument named "logging_config" is not expected here. Did you mean to Error: Incorrect attribute value type on .terraform/modules/cdn/main.tf line 52, in resource "aws_cloudfront_distribution" "default": Inappropriate value for attribute "aliases": element 0: string required. Error: Unsupported argument on .terraform/modules/cdn/main.tf line 54, in resource "aws_cloudfront_distribution" "default": An argument named "custom_error_response" is not expected here. Did you mean Error: Incorrect attribute value type on .terraform/modules/cdn/main.tf line 85, in resource "aws_cloudfront_distribution" "default": Inappropriate value for attribute "headers": element 0: string required. Error: Incorrect attribute value type on .terraform/modules/cdn/main.tf line 91, in resource "aws_cloudfront_distribution" "default": Inappropriate value for attribute "whitelisted_names": element 0: string Error: Unsupported argument on .terraform/modules/cdn/main.tf line 101, in resource "aws_cloudfront_distribution" "default": An argument named "ordered_cache_behavior" is not expected here. Did you mean |
The text was updated successfully, but these errors were encountered: