iam_group
dhoppeIT/iam_group/aws
Terraform module to manage the Amazon Web Services resource (aws_iam_group, aws_iam_group_membership, aws_iam_group_policy_attachment)
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
| Name | Type | Description | Default |
|---|---|---|---|
| users | list(string) | A list of IAM User names to associate with the Group | required |
| policy_arn | string | The ARN of the policy you want to apply | required |
| name | string | The group's name | required |
| path | string | Path in which to create the group | "/" |
Azure landing zones Terraform module
Terraform supermodule for the Terraform platform engineering for Azure
Terraform module to deploy landing zone subscriptions (and much more) in Azure
Terraform Module to define a consistent naming convention by (namespace, stage,