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: website/docs/r/s3_bucket_acl.html.markdown
+6-6
Original file line number
Diff line number
Diff line change
@@ -105,7 +105,7 @@ The `grantee` configuration block supports the following arguments:
105
105
106
106
In addition to all arguments above, the following attributes are exported:
107
107
108
-
*`id` - The `bucket` and `expected_bucket_owner`separated by a comma (`,`) if the latter is provided, and the `acl`prefixed with a slash (`/`) if configured.
108
+
*`id` - The `bucket`, `expected_bucket_owner`(if configured), and `acl`(if configured) separated by commas (`,`).
109
109
110
110
## Import
111
111
@@ -115,20 +115,20 @@ S3 bucket ACL can be imported using the `bucket` e.g.,
S3 bucket ACL can also be imported using the `bucket` and `expected_bucket_owner` separated by a comma (`,`) and `acl`prefixed with a slash (`/`) e.g.,
130
+
S3 bucket ACL can also be imported using the `bucket`, `expected_bucket_owner`, and `acl`separated by commas (`,`), e.g.
0 commit comments