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

Terraform version 0.12 to 13 upgrade issue #72

Closed
navreddy36 opened this issue Feb 28, 2022 · 0 comments · Fixed by #93
Closed

Terraform version 0.12 to 13 upgrade issue #72

navreddy36 opened this issue Feb 28, 2022 · 0 comments · Fixed by #93
Labels
bug 🐛 An issue with the system

Comments

@navreddy36
Copy link

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".

@navreddy36 navreddy36 added the bug 🐛 An issue with the system label Feb 28, 2022
@Nuru Nuru closed this as completed in #93 Aug 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 An issue with the system
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant