aws-secrets-rw-policy
dzangolab/aws-secrets-rw-policy/dzangolab
AWS IAM Secrets read-only policy This terraform module creates an IAM policy that allows read-write access to a set of secrets, and applies that policy to designated users and groups. Providers | Name | Version | |------|---------| | aws | ~> 2.23 | Inputs | Name | Description | Type | Default | Required | |------|-------------|------|---------|:-----:| | description | The description of the policy | string | "IAM Policy" | no | | groups | Groups to attach policy to | list(string) | [] | no | | name | The name of the policy | string | "" | no | | path | The path of the policy in IAM | string | "/" | no | | secrets | ARNs of secrets to add to the policy | list(string) | [] | no | | users | Users to attach policy to | list(string) | [] | no | Outputs | Name | Description | |------|----------
| Name | Type | Description | Default |
|---|---|---|---|
| description | string | The description of the policy | "IAM Policy" |
| groups | list(string) | Groups to attach policy to | [] |
| name | string | The name of the policy | "" |
| path | string | The path of the policy in IAM | "/" |
| secrets | list(string) | ARNs of secrets to add to the policy | [] |
| users | list(string) | Users to attach policy to | [] |
arn — The ARN assigned by AWS to this policydescription — The description of the policyname — The name of the policypath — The path of the policy in IAMpolicy — The policy documentid — The policy's ID