Skip to content

launchbynttdata/tf-aws-module_primitive-iam_policy

Repository files navigation

tf-aws-module_primitive-iam_policy

Requirements

Name Version
terraform ~> 1.0
aws ~> 5.0

Providers

Name Version
aws 5.100.0

Modules

No modules.

Resources

Name Type
aws_iam_policy.this resource
aws_iam_policy_document.this data source

Inputs

Name Description Type Default Required
policy_name The name of the IAM policy. string n/a yes
tags A map of tags to assign to the IAM policy. map(string) {} no
policy_statement The policy statement in JSON format.
map(object({
sid = string
actions = list(string)
resources = list(string)
}))
n/a yes

Outputs

Name Description
policy_arn The ARN of the IAM policy.
policy_name The name of the IAM policy.
policy_id The ID of the IAM policy.
policy_document The policy document in JSON format.
policy_tags The tags applied to the IAM policy.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published