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
Copy file name to clipboardExpand all lines: variables.tf
+5
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,11 @@ variable "lifecycle_rules" {
51
51
}))
52
52
}
53
53
54
+
variable"object_ownership" {
55
+
default="BucketOwnerPreferred"
56
+
description="Specifies S3 object ownership control. Defaults to BucketOwnerPreferred for backwards-compatibility. Recommended value is BucketOwnerEnforced."
0 commit comments