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
var.redirect_all_requests_to
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
maint.tf
CLI output:
I would like to note that 0.7.0 works as expected.
The text was updated successfully, but these errors were encountered: