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
Removed deprecated params from bucket doc examples (#1970)
The `acl` and `versioning` parameters are deprecated on the aws_s3_bucket resource. The docs recommend using aws_s3_bucket_acl and aws_s3_bucket_versioning resources instead. From what I can gather, this helps with drift detection in Terraform.
0 commit comments