iam-s3-user
hadenlabs/iam-s3-user/aws
Terraform aws iam s3 user
         terraform-aws-iam-s3-user terraform-aws-iam-s3-user for project Requirements This is a list of plugins that need to be installed prev
| Name | Type | Description | Default |
|---|---|---|---|
| s3_resources | list(string) | S3 resources to apply the actions specified in the policy | required |
| namespace | string | ID element. Usually an abbreviation of your organization name, e.g. 'eg' or 'cp' | required |
| stage | string | ID element. Usually used to indicate role, e.g. 'prod', 'staging', 'source', 'bu | required |
| name | string | name | required |
| path | string | Path in which to create the user | "/" |
| use_fullname | bool | If set to 'true' then the full ID for the IAM user name (e.g. `[var.namespace]-[ | false |
| s3_actions | list(string) | Actions to allow in the policy | [
"s3:GetObject"
] |
| tags | map(string) | Additional tags (e.g. `map('BusinessUnit','XYZ')` | {} |
| enabled | bool | Set to false to prevent the module from creating any resources | true |
| force_destroy | bool | Destroy even if it has non-Terraform-managed IAM access keys, login profiles or | false |
use_fullname — return if enabled use fullnameenabled — Enabled property of moduleuser_name — Normalized IAM user nameuser_arn — The ARN assigned by AWS for the useruser_unique_id — The user unique ID assigned by AWSaccess_key_id — Access Key IDsecret_access_key — Secret Access Key. This will be written to the state file in plain-textTerraform module for building and deploying Next.js apps to AWS. Supports SSR (L
Terraform module for provisioning an EKS cluster
Terraform module to generate well-formed JSON documents (container definitions)
Terraform module that provision an S3 bucket to store the terraform.tfstate file