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
I am in the process of upgrading to the 4.4.0 terraform provider for AWS, however when I do so, I get these errors in the tf-module. It looks like the S3 configuration has changed significantly.
Error: Value for unconfigurable attribute
│
│ with module.backoffice_tf_next.module.proxy_config.aws_s3_bucket.proxy_config_store,
│ on .terraform/modules/backoffice_tf_next/modules/cloudfront-proxy-config/main.tf line 13, in resource "aws_s3_bucket" "proxy_config_store":
│ 13: acl = "private"
│
│ Can't configure a value for "acl": its value will be decided automatically
│ based on the result of applying this configuration.
╵
╷
│ Error: Value for unconfigurable attribute
│
│ with module.backoffice_tf_next.module.statics_deploy.aws_s3_bucket.static_upload,
│ on .terraform/modules/backoffice_tf_next/modules/statics-deploy/main.tf line 10, in resource "aws_s3_bucket" "static_upload":
│ 10: resource "aws_s3_bucket" "static_upload" {
│
│ 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.backoffice_tf_next.module.statics_deploy.aws_s3_bucket.static_upload,
│ on .terraform/modules/backoffice_tf_next/modules/statics-deploy/main.tf line 12, in resource "aws_s3_bucket" "static_upload":
│ 12: acl = "private"
│
│ Can't configure a value for "acl": its value will be decided automatically
│ based on the result of applying this configuration.
╵
╷
│ Error: Value for unconfigurable attribute
│
│ with module.backoffice_tf_next.module.statics_deploy.aws_s3_bucket.static_deploy,
│ on .terraform/modules/backoffice_tf_next/modules/statics-deploy/main.tf line 36, in resource "aws_s3_bucket" "static_deploy":
│ 36: resource "aws_s3_bucket" "static_deploy" {
│
│ Can't configure a value for "lifecycle_rule": its value will be decided
│ automatically based on the result of applying this configuration.
╵
╷
│ Error: Value for unconfigurable attribute
│
│ with module.backoffice_tf_next.module.statics_deploy.aws_s3_bucket.static_deploy,
│ on .terraform/modules/backoffice_tf_next/modules/statics-deploy/main.tf line 38, in resource "aws_s3_bucket" "static_deploy":
│ 38: acl = "private"
│
│ Can't configure a value for "acl": its value will be decided automatically
│ based on the result of applying this configuration.
╵
╷
│ Error: Value for unconfigurable attribute
│
│ with module.marketplace_tf_next.module.proxy_config.aws_s3_bucket.proxy_config_store,
│ on .terraform/modules/marketplace_tf_next/modules/cloudfront-proxy-config/main.tf line 13, in resource "aws_s3_bucket" "proxy_config_store":
│ 13: acl = "private"
│
│ Can't configure a value for "acl": its value will be decided automatically
│ based on the result of applying this configuration.
╵
╷
│ Error: Value for unconfigurable attribute
│
│ with module.marketplace_tf_next.module.statics_deploy.aws_s3_bucket.static_upload,
│ on .terraform/modules/marketplace_tf_next/modules/statics-deploy/main.tf line 10, in resource "aws_s3_bucket" "static_upload":
│ 10: resource "aws_s3_bucket" "static_upload" {
│
│ 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.marketplace_tf_next.module.statics_deploy.aws_s3_bucket.static_upload,
│ on .terraform/modules/marketplace_tf_next/modules/statics-deploy/main.tf line 12, in resource "aws_s3_bucket" "static_upload":
│ 12: acl = "private"
│
│ Can't configure a value for "acl": its value will be decided automatically
│ based on the result of applying this configuration.
╵
╷
│ Error: Value for unconfigurable attribute
│
│ with module.marketplace_tf_next.module.statics_deploy.aws_s3_bucket.static_deploy,
│ on .terraform/modules/marketplace_tf_next/modules/statics-deploy/main.tf line 36, in resource "aws_s3_bucket" "static_deploy":
│ 36: resource "aws_s3_bucket" "static_deploy" {
│
│ Can't configure a value for "lifecycle_rule": its value will be decided
│ automatically based on the result of applying this configuration.
╵
╷
│ Error: Value for unconfigurable attribute
│
│ with module.marketplace_tf_next.module.statics_deploy.aws_s3_bucket.static_deploy,
│ on .terraform/modules/marketplace_tf_next/modules/statics-deploy/main.tf line 38, in resource "aws_s3_bucket" "static_deploy":
│ 38: acl = "private"
│
│ Can't configure a value for "acl": its value will be decided automatically
│ based on the result of applying this configuration.
What are your thoughts on upgrading to the new version? Should I fork this in the meantime?
Thanks so much!
The text was updated successfully, but these errors were encountered:
Good afternoon.
I am in the process of upgrading to the 4.4.0 terraform provider for AWS, however when I do so, I get these errors in the tf-module. It looks like the S3 configuration has changed significantly.
What are your thoughts on upgrading to the new version? Should I fork this in the meantime?
Thanks so much!
The text was updated successfully, but these errors were encountered: