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
{{ message }}
This repository was archived by the owner on Nov 9, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -109,7 +109,7 @@ module "s3_bucket" {
109
109
| cors\_rule | List of maps containing rules for Cross-Origin Resource Sharing. |`list(any)`|`[]`| no |
110
110
| create\_bucket | Controls if S3 bucket should be created |`bool`|`true`| no |
111
111
| force\_destroy | (Optional, Default:false ) A boolean that indicates all objects should be deleted from the bucket so that the bucket can be destroyed without error. These objects are not recoverable. |`bool`|`false`| no |
112
-
| grant | An ACL policy grant. Conflicts with `acl`|`list(any)`|`[]`| no |
112
+
| grant | An ACL policy grant. Conflicts with `acl`|`any`|`[]`| no |
113
113
| ignore\_public\_acls | Whether Amazon S3 should ignore public ACLs for this bucket. |`bool`|`false`| no |
114
114
| lifecycle\_rule | List of maps containing configuration of object lifecycle management. |`any`|`[]`| no |
0 commit comments