aws∕iam‒policy - dicomgrid/pt-modules GitHub Wiki
Usage
To use this module in your Terraform, refer to the below module example:
module "aws_iam_policy" {
source = "git::https://github.com/dicomgrid/pt-modules.git?ref=null"
# See inputs below for additional required parameters
}
Attributes
Requirements
Name | Version |
---|---|
terraform | >= 0.13.0 |
aws | >= 3.26.0 |
Providers
Name | Version |
---|---|
aws | >= 3.26.0 |
Modules
No modules.
Resources
Name | Type |
---|---|
aws_iam_policy.main | resource |
Inputs
Name | Description | Type | Default | Required |
---|---|---|---|---|
name | n/a | any |
n/a | yes |
policy | n/a | any |
n/a | yes |
description | n/a | string |
"" |
no |
name_prefix | n/a | any |
null |
no |
path | n/a | string |
"/" |
no |
tags | n/a | map |
{} |
no |
Outputs
Name | Description |
---|---|
arn | n/a |
description | n/a |
id | n/a |
name | n/a |
path | n/a |
policy | n/a |
policy_id | n/a |
tags | n/a |