iam_group

dhoppeIT/iam_group/aws

Terraform Module HCL AWS

Terraform module to manage the Amazon Web Services resource (aws_iam_group, aws_iam_group_membership, aws_iam_group_policy_attachment)

Install
module "iam_group" {
source = "dhoppeIT/iam_group/aws"
version = "0.1.1"
}
plain text: /constructs/tfmod-dhoppeit-iam-group-aws/install.txt
⭐ Source on GitHub 📦 Registry page
README

terraform-aws-iam_group Terraform module to manage the Amazon Web Services resources (aws_iam_group, aws_iam_group_membership, aws_iam_group_policy_attachment). Graph Usage Copy and paste into your Terraform configuration, insert the variables and run ``terraform init`: `hcl module "aws_iam_user" { source = "dhoppeIT/iam_user/aws" name = "dennis.hoppe" path = "/users/" force_destroy = true tags = { Orchestrator = "Terraform Cloud" } create_login_profile = true pgp_key_login_profile = "keybase:dhoppeit" create_access_key = true pgp_key_access_key = "keybase:dhoppeit" create_ssh_key = true encoding = "SSH" public_key = "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDgGPwb16ACP3A4UdUkYOK1yUcFV2CZCh0gTyuOp2uR7a69LbtfrXbyxpO1uZUurC4dtNbEJmlccwCFS6nEAJpjNiaNDwZdp8yBlcMDh34kgOTmWN9pyFKUnA+iKOklvRDabR0i+A

Inputs (4)
NameTypeDescriptionDefault
userslist(string)A list of IAM User names to associate with the Group required
policy_arnstringThe ARN of the policy you want to apply required
namestringThe group's name required
pathstringPath in which to create the group"/"
Resources (3)
aws_iam_groupaws_iam_group_membershipaws_iam_group_policy_attachment
Details
FrameworkTerraform Module
LanguageHCL
Version0.1.1
Cloud AWS
★ Stars0
Forks0
Total downloads4.6k
Inputs4
Resources3
LicenseApache-2.0
NamespacedhoppeIT
Updated