Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tedilabs/terraform-aws-account
🌳 A sustainable Terraform Package which creates Account & IAM resources on AWS
https://github.com/tedilabs/terraform-aws-account
aws aws-iam devops hacktoberfest hcl2 iac lang-hcl sre tedilabs terraform terraform-aws terraform-module terraform-modules
Last synced: 8 days ago
JSON representation
🌳 A sustainable Terraform Package which creates Account & IAM resources on AWS
- Host: GitHub
- URL: https://github.com/tedilabs/terraform-aws-account
- Owner: tedilabs
- License: apache-2.0
- Created: 2021-02-08T05:23:17.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-21T21:31:28.000Z (4 months ago)
- Last Synced: 2024-12-19T01:57:52.056Z (8 days ago)
- Topics: aws, aws-iam, devops, hacktoberfest, hcl2, iac, lang-hcl, sre, tedilabs, terraform, terraform-aws, terraform-module, terraform-modules
- Language: HCL
- Homepage: https://registry.terraform.io/modules/tedilabs/account/aws
- Size: 376 KB
- Stars: 47
- Watchers: 3
- Forks: 10
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# terraform-aws-account
![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/tedilabs/terraform-aws-account?color=blue&sort=semver&style=flat-square)
![GitHub](https://img.shields.io/github/license/tedilabs/terraform-aws-account?color=blue&style=flat-square)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white&style=flat-square)](https://github.com/pre-commit/pre-commit)Terraform module which creates Account and IAM related resources on AWS.
- [account](./modules/account)
- [iam-group](./modules/iam-group)
- [iam-oidc-identity-provider](./modules/iam-oidc-identity-provider)
- [iam-policy](./modules/iam-policy)
- [iam-predefined-policies](./modules/iam-predefined-policies)
- [iam-role](./modules/iam-role)
- [iam-saml-identity-provider](./modules/iam-saml-identity-provider)
- [iam-service-linked-role](./modules/iam-service-linked-role)
- [iam-user](./modules/iam-user)
- [region](./modules/region)## Target AWS Services
Terraform Modules from [this package](https://github.com/tedilabs/terraform-aws-account) were written to manage the following AWS Services with Terraform.
- **AWS Account**
- Account Settings
- Region Settings
- **AWS IAM**
- User
- Group
- Role
- Service-linked Role
- Policy
- OpenID Connect Identity Provider
- SAML Identity Provider
- **AWS Resource Explorer**
- Index
- View## Examples
### Account
- [Alias for the AWS Account](./examples/account-alias)
- [Contacts for the AWS Account](./examples/account-contacts)
- [Password Policy for the AWS Account](./examples/account-password-policy)### IAM
- [OIDC Identity Providers](./examples/iam-oidc-identity-providers)
- [SAML Identity Providers](./examples/iam-saml-identity-providers)## Other Terraform Modules from Tedilabs
Enjoying [terraform-aws-account](https://github.com/tedilabs/terraform-aws-account)? Check out some of our other modules:
- [AWS Container](https://github.com/tedilabs/terraform-aws-container) - A package of Terraform Modules to manage AWS Container resources.
- [AWS Domain](https://github.com/tedilabs/terraform-aws-domain) - A package of Terraform Modules to manage AWS Domain resources.
- [AWS Load Balancer](https://github.com/tedilabs/terraform-aws-load-balancer) - A package of Terraform Modules to manage AWS Load Balancer resources.
- [AWS Network](https://github.com/tedilabs/terraform-aws-network) - A package of Terraform Modules to manage AWS Network resources.
- [AWS Organization](https://github.com/tedilabs/terraform-aws-organization) - A package of Terraform Modules to manage AWS Organization resources.
- [AWS Security](https://github.com/tedilabs/terraform-aws-security) - A package of Terraform Modules to manage AWS Security resources.Or check out [the full list](https://github.com/search?q=org%3Atedilabs+topic%3Aterraform-module&type=repositories)
## Self Promotion
Like this project? Follow the repository on [GitHub](https://github.com/tedilabs/terraform-aws-account). And if you're feeling especially charitable, follow **[posquit0](https://github.com/posquit0)** on GitHub.
## License
Provided under the terms of the [Apache License](LICENSE).
Copyright © 2021-2024, [Byungjin Park](https://www.posquit0.com).