MetricMike / terraform-aws-account

Terraform module which setup the most generic aws-accounts settings.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AWS generic account setup

Terraform module which setup the most generic aws-accounts settings.

  • Set account alias
  • Set password policy
  • Add a logging bucket
  • Enable CloudTail

Usage

module "account" {
  source = "zoitech/account/aws"
  account_name = "my-aws-account"
}

Authors

Module managed by Zoi.

License

MIT License. See LICENSE for full details.

About

Terraform module which setup the most generic aws-accounts settings.

License:MIT License


Languages

Language:HCL 100.0%