iam-groups
anthunt/iam-groups/aws
Managing AWS IAM Groups for terraform
Managing a IAM Groups (terraform-aws-iam-groups)   [toc] 1. Module Usage >``terraform > module "iam_groups" { > source = "anthunt/iam-groups/aws" > version = "0.0.1" > aws = var.aws > groups = var.groups > } > ` 2. variables.tf Sample >`terraform > variable "aws" { > type = object({ > region = string > profile = string > }) > } > > variable "groups" { > type = map(object({ > path = string > attach_policy_arns = list(string) > inline_policies = map(string) > })) > } >` 3. tfvars Sample >`terraform > aws = { > "region" = "AWS Region ID
| Name | Type | Description | Default |
|---|---|---|---|
| aws | object({ region = str | required | |
| groups | map(object({ path | required |
groupsAzure 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,