iam-billing-roles

dod-iac/iam-billing-roles/aws

Terraform Module HCL AWS

Creates IAM Billing Roles that can be assumed for billing operations.

Install
module "iam-billing-roles" {
source = "dod-iac/iam-billing-roles/aws"
version = "1.0.0"
}
plain text: /constructs/tfmod-dod-iac-iam-billing-roles-aws/install.txt
⭐ Source on GitHub 📦 Registry page
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)
NameTypeDescriptionDefault
billing_view_access_userslist(string)The list of IAM users to assign to billing-view-access[]
tagsmap(string)Tags applied to the IAM resources.{}
billing_full_access_userslist(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)
aws_iam_groupaws_iam_group_membershipaws_iam_group_policy_attachmentaws_iam_policyaws_iam_roleaws_iam_role_policy_attachment
Details
FrameworkTerraform Module
LanguageHCL
Version1.0.0
Cloud AWS
★ Stars4
Forks5
Total downloads5.9k
Inputs3
Outputs4
Resources6
LicenseMIT
Namespacedod-iac
Updated