Terraform module for creating an IAM user with access to write into a specific s3 prefix
Name | Description | Type | Default | Required |
---|---|---|---|---|
bucket_name | Name for s3 bucket | string | n/a | yes |
prefix | Prefix to grant access to, note this module does not add any trailing / | string | n/a | yes |
user_name | Short name for the IAM user to create | string | n/a | yes |
Name | Description | Type | Default | Required |
---|---|---|---|---|
force_destroy | Force_destroy the IAM user created by this module? (Default true) | string | "true" |
no |
iam_user_access_key_id
iam_user_secret_access_key
(sensitive, useterraform outputs
to view)
1.0.0 - Initial release.
This software is released under the MIT License (see LICENSE
).