sparse-intern-71089
12/07/2023, 8:36 PMgreat-sunset-355
12/08/2023, 7:43 AMv2
is on par with https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket
And you get more granular control over "sub resources", such as ACL, BucketPolicy etc. In v1
all of these are under the Bucket
which is inconvenient sometimes.
In general, I'd suggest using V2
.
https://www.hashicorp.com/blog/terraform-aws-provider-4-0-refactors-s3-bucket-resource
https://github.com/hashicorp/terraform-provider-aws/issues/23106