You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: Unsupported attribute
on .terraform/modules/my_tasks_web_client_with_cname.logs/main.tf line 26, in resource "aws_s3_bucket" "default":
26: for_each = var.enable_glacier_transition ? [1] : []
This object does not have an attribute named "enable_glacier_transition".
Error: Unsupported attribute
on .terraform/modules/my_tasks_web_client_with_cname.logs/main.tf line 40, in resource "aws_s3_bucket" "default":
40: for_each = var.enable_glacier_transition ? [1] : []
This object does not have an attribute named "enable_glacier_transition".
The text was updated successfully, but these errors were encountered:
here is the module that we are using
module "test" {
source = "git::https://github.com/cloudposse/terraform-aws-s3-website.git?ref=tags/0.17.1"
stage = local.env
error_document = "index.html"
hostname = local.my_tasks_web_client_hostname
index_document = "index.html"
parent_zone_name = local.domain_suffix
versioning_enabled = true
}
Error: Unsupported attribute
on .terraform/modules/my_tasks_web_client_with_cname.logs/main.tf line 26, in resource "aws_s3_bucket" "default":
26: for_each = var.enable_glacier_transition ? [1] : []
This object does not have an attribute named "enable_glacier_transition".
Error: Unsupported attribute
on .terraform/modules/my_tasks_web_client_with_cname.logs/main.tf line 40, in resource "aws_s3_bucket" "default":
40: for_each = var.enable_glacier_transition ? [1] : []
This object does not have an attribute named "enable_glacier_transition".
The text was updated successfully, but these errors were encountered: