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

var.redirect_all_requests_to error in 0.8.0 #33

Open
davidjeddy opened this issue Nov 30, 2019 · 0 comments
Open

var.redirect_all_requests_to error in 0.8.0 #33

davidjeddy opened this issue Nov 30, 2019 · 0 comments

Comments

@davidjeddy
Copy link

davidjeddy commented Nov 30, 2019

maint.tf

module "website" {
  source         = "git::https://github.com/cloudposse/terraform-aws-s3-website.git?ref=tags/0.8.0"
  namespace      = "testing"
  stage          = "test"
  name           = "example"
  hostname       = "my.domain.url"
  parent_zone_id = "MY_HOSTED_ZONE_ID"
}

CLI output:

>$ terraform init
Initializing modules...
- module.website
  Getting source "git::https://github.com/cloudposse/terraform-aws-s3-website.git?ref=tags/0.8.0"
Error downloading modules: Error loading modules: module website: Error parsing .terraform/modules/4cf3ef66ea09db16cc440026e6b45b9e/main.tf: At 4:7: error while trying to parse object within list: At 5:36: Unknown token: 5:36 IDENT var.redirect_all_requests_to

I would like to note that 0.7.0 works as expected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant