Skip to content
This repository has been archived by the owner on Oct 6, 2023. It is now read-only.

Latest commit

 

History

History
15 lines (11 loc) · 722 Bytes

File metadata and controls

15 lines (11 loc) · 722 Bytes

Terraform Policy to Group Module

This module ill create a IAM policy and group and bind the policy to the group.

Inputs

Name Description Type Default Required
create_group Whether to create the IAM group or not bool true yes
group_name The name of the group to bind the policy to string n/a yes
policy_actions A List of policy actions list n/a yes
policy_name The name of the policy to create string n/a yes
policy_sid An ID for the policy statement. It must be alphanumeric characters only string n/a yes
policy_resources The resources defined in the policy list <list> no