iam-billing-roles
dod-iac/iam-billing-roles/aws
Creates IAM Billing Roles that can be assumed for billing operations.
Install
README
Usage Creates IAM Billing Roles that can be assumed for billing operations. Read the more about IAM Tutorial: Delegate access to the billing console ``hcl module "billing_roles" { source = "dod-iac/iam-billing-roles/aws" tags = { Application = var.application Environment = var.environment Automation = "Terraform" } } ` Terraform Version Terraform 0.13. Pin module version to ~> 1.0.0 . Submit pull-requests to master branch. Terraform 0.11 and 0.12 are not supported. License This project constitutes a work of the United States Government and is not subject to domestic copyright protection under 17 USC § 105. However, because the project utilizes code licensed from contributors and other third parties, it therefore is licensed under the MIT License. See LICENSE file for more information. Requ
Inputs (3)
| Name | Type | Description | Default |
|---|---|---|---|
| billing_view_access_users | list(string) | The list of IAM users to assign to billing-view-access | [] |
| tags | map(string) | Tags applied to the IAM resources. | {} |
| billing_full_access_users | list(string) | The list of IAM users to assign to billing-full-access | [] |
Outputs (4)
billing_full_access_role_arn — The Amazon Resource Name (ARN) of the billing-full-access role.billing_view_access_role_arn — The Amazon Resource Name (ARN) of the billing-view-access role.billing_full_access_group_arn — The Amazon Resource Name (ARN) of the billing-full-access group.billing_view_access_group_arn — The Amazon Resource Name (ARN) of the billing-view-access group.Resources (6)
Details
Similar packages
Terraform module for building and deploying Next.js apps to AWS. Supports SSR (L
Terraform module for provisioning an EKS cluster
Terraform module to generate well-formed JSON documents (container definitions)
Terraform module that provision an S3 bucket to store the terraform.tfstate file