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
Create an ALB and plan it, and you will get 15 warnings about deprecated S3 arguments. Example:
Warning: Argument is deprecated
with module.project_module.module.alb.module.access_logs.module.s3_bucket.aws_s3_bucket.default
on .terraform/modules/project_module.alb.access_logs.s3_bucket/main.tf line 1, in resource "aws_s3_bucket" "default":
resource "aws_s3_bucket" "default" {
Use the aws_s3_bucket_lifecycle_configuration resource instead
Hi @nk9 . This will take some time to complete. The underlying s3 bucket module has been upgraded and no longer contains these deprecated arguments but a lot of our child modules that consume the s3 bucket module have not been upgraded yet.
Currently this module consumes cloudposse/lb-s3-bucket/aws
Describe the Bug
Create an ALB and plan it, and you will get 15 warnings about deprecated S3 arguments. Example:
Expected Behavior
No warnings.
Steps to Reproduce
Screenshots
Environment (please complete the following information):
I'm using Terraform Cloud with Terraform 1.1.9
Additional Context
This is presumably related to the changes to the AWS 4 provider.
terraform-aws-s3-bucket
has been updated (latest version 2.0.1) but the module this module relies upon (aws-lb-s3-bucket
) hasn't been updated.The text was updated successfully, but these errors were encountered: