Skip to content

Terraform module for creating an IAM user with access to write into a specific s3 prefix

License

Notifications You must be signed in to change notification settings

asicsdigital/terraform-aws-s3-user

Repository files navigation

terraform-aws-s3-user

Terraform module for creating an IAM user with access to write into a specific s3 prefix


Required

Inputs

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

Optional

Name Description Type Default Required
force_destroy Force_destroy the IAM user created by this module? (Default true) string "true" no

Outputs

  • iam_user_access_key_id
  • iam_user_secret_access_key (sensitive, use terraform outputs to view)

Authors

Changelog

1.0.0 - Initial release.

License

This software is released under the MIT License (see LICENSE).

About

Terraform module for creating an IAM user with access to write into a specific s3 prefix

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages