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
aws = {
source = "hashicorp/aws"
version = "4.2.0"
}
Try to init and apply any example
Screenshots
╷
│ Error: Value for unconfigurable attribute
│
│ with module.test.aws_s3_bucket.cache_bucket,
│ on .terraform/main.tf line 7, in resource "aws_s3_bucket" "cache_bucket":
│ 7: resource "aws_s3_bucket" "cache_bucket" {
│
│ Can't configure a value for "server_side_encryption_configuration": its value will be decided automatically based on the result of applying this configuration.
╵
╷
│ Error: Value for unconfigurable attribute
│
│ with module.test.aws_s3_bucket.cache_bucket,
│ on .terraform/main.tf line 7, in resource "aws_s3_bucket" "cache_bucket":
│ 7: resource "aws_s3_bucket" "cache_bucket" {
│
│ Can't configure a value for "versioning": its value will be decided automatically based on the result of applying this configuration.
╵
╷
│ Error: Value for unconfigurable attribute
│
│ with module.test.aws_s3_bucket.cache_bucket,
│ on .terraform/main.tf line 7, in resource "aws_s3_bucket" "cache_bucket":
│ 7: resource "aws_s3_bucket" "cache_bucket" {
│
│ Can't configure a value for "logging": its value will be decided automatically based on the result of applying this configuration.
╵
╷
│ Error: Value for unconfigurable attribute
│
│ with module.test.aws_s3_bucket.cache_bucket,
│ on .terraform/main.tf line 13, in resource "aws_s3_bucket" "cache_bucket":
│ 13: acl = "private"
│
│ Can't configure a value for "acl": its value will be decided automatically based on the result of applying this configuration.
╵
Environment (please complete the following information):
Describe the Bug
Current state of module is not compatible with TF AWS Provider 4.0.0 due to breaking changes introduced
https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md#400-february-10-2022
Expected Behavior
Module should work in aws provider version 4.x.x
Steps to Reproduce
Screenshots
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: