-
-
Notifications
You must be signed in to change notification settings - Fork 71
Open
Description
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_toI would like to note that 0.7.0 works as expected.
Metadata
Metadata
Assignees
Labels
No labels