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
| <aname="input_force_destroy"></a> [force\_destroy](#input\_force\_destroy)| When destroying this user, destroy even if it has non-Terraform-managed IAM access keys, login profile or MFA devices. Without force\_destroy a user with non-Terraform-managed access keys and login profile will fail to be destroyed. |`bool`|`false`| no |
54
54
| <aname="input_path"></a> [path](#input\_path)| Desired path for the IAM user |`string`|`"/"`| no |
55
-
| <a name="input_s3_buckets"></a> [s3\_buckets](#input\_s3\_buckets) | A map of bucket names to an object describing the S3 bucket settings for the bucket. | <pre>map(object({<br/> bucket = string<br/> permissions_boundary = string<br/> region = string<br/> acl = optional(string)<br/> log_bucket_for_s3 = optional(string)<br/> policies = list(string)<br/> server_side_encryption_configuration = any<br/> cors_configuration = optional(<br/> list(<br/> object({<br/> allowed_methods = list(string)<br/> allowed_origins = list(string)<br/> allowed_headers = optional(list(string))<br/> expose_headers = optional(list(string))<br/> max_age_seconds = optional(number)<br/> id = optional(string)<br/> })<br/> )<br/> )<br/> }))</pre> | <pre>{<br/> "main": {<br/> "bucket": "",<br/> "log_bucket_for_s3": "",<br/> "permissions_boundary": "",<br/> "policies": [],<br/> "region": "ap-southeast-1",<br/> "server_side_encryption_configuration": {<br/> "rule": {<br/> "apply_server_side_encryption_by_default": {<br/> "sse_algorithm": "AES256"<br/> }<br/> }<br/> }<br/> }<br/>}</pre> | no |
0 commit comments