This is how I do it.
Explore the docs »
Report Bug
.
Request Feature
Ben's Terraform AWS Terraform Backend & Apply Users Module
TODO
module "context" {
source = "bendoerr-terraform-modules/context/null"
version = "xxx"
namespace = "btm"
role = "production"
region = "us-east-1"
project = "core"
}
module "tfuser" {
source = "bendoerr-terraform-modules/tfuser/aws"
version = "xxx"
context = module.context.shared
}
There should be no cost associated with this module as it only creates IAM resources which have no cost.
Name | Version |
---|---|
terraform | >= 0.13 |
aws | ~> 5.0 |
Name | Version |
---|---|
aws | 5.30.0 |
Name | Source | Version |
---|---|---|
label_apply | bendoerr-terraform-modules/label/null | 0.4.1 |
label_backend | bendoerr-terraform-modules/label/null | 0.4.1 |
label_backend_dynamodb_rw | bendoerr-terraform-modules/label/null | 0.4.1 |
label_backend_s3_rw | bendoerr-terraform-modules/label/null | 0.4.1 |
Name | Type |
---|---|
aws_iam_access_key.apply | resource |
aws_iam_access_key.backend | resource |
aws_iam_policy.apply_1 | resource |
aws_iam_policy.apply_2 | resource |
aws_iam_policy.backend_dynamodb_rw | resource |
aws_iam_policy.backend_s3_rw | resource |
aws_iam_role.apply | resource |
aws_iam_role.backend | resource |
aws_iam_role_policy_attachment.apply_1 | resource |
aws_iam_role_policy_attachment.apply_2 | resource |
aws_iam_role_policy_attachment.backend_dynamodb | resource |
aws_iam_role_policy_attachment.backend_s3 | resource |
aws_iam_user.apply | resource |
aws_iam_user.backend | resource |
aws_iam_policy_document.apply_1 | data source |
aws_iam_policy_document.apply_2 | data source |
aws_iam_policy_document.apply_assume_role | data source |
aws_iam_policy_document.backend_assume_role | data source |
aws_iam_policy_document.backend_dynamodb_rw | data source |
aws_iam_policy_document.backend_s3_rw | data source |
aws_iam_role.apply | data source |
aws_iam_role.backend | data source |
aws_iam_user.apply | data source |
aws_iam_user.backend | data source |
Name | Description | Type | Default | Required |
---|---|---|---|---|
apply_role | n/a | object({ |
n/a | yes |
apply_user | n/a | object({ |
n/a | yes |
backend_role | n/a | object({ |
{ |
no |
backend_user | n/a | object({ |
{ |
no |
context | Shared Context from Ben's terraform-null-context | object({ |
n/a | yes |
Name | Description |
---|---|
apply_role_arn | n/a |
apply_role_name | n/a |
apply_user_access_key_encrypted_secret | n/a |
apply_user_access_key_id | n/a |
apply_user_arn | n/a |
apply_user_name | n/a |
apply_user_unique_id | n/a |
backend_dynamodb_rw_policy_arn | n/a |
backend_role_arn | n/a |
backend_role_name | n/a |
backend_s3_rw_policy_arn | n/a |
backend_user_access_key_encrypted_secret | n/a |
backend_user_access_key_id | n/a |
backend_user_arn | n/a |
backend_user_name | n/a |
backend_user_unique_id | n/a |
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- If you have suggestions for adding or removing projects, feel free to open an issue to discuss it, or directly create a pull request after you edit the README.md file with necessary changes.
- Please make sure you check your spelling and grammar.
- Create individual PR for each suggestion.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.
- Benjamin R. Doerr - Terraformer - Benjamin R. Doerr - Built Ben's Terraform Modules
Only the latest tagged version is supported.
See SECURITY.md.