Terraform module which creates necessary resources for The DuckBill Group to do the magic (scoped), all over your account.
Inspired by: https://github.com/DuckbillGroup/onboarding/
module "theduckbillgroup" {
source = "ActionIQ-OSS/aws/duckbillgroup"
customer_name_slug = "horrifyingbills-please-help"
cur_bucket_name = "example-cost-and-usage-reports-bucket-name"
external_id = "012345678-0123-01234-01234-012345678923"
cur_bucket_name_create = true
duckbillgroup_cur_report_create = true
aws_master_billing_account = "012345678901"
}
Module is maintained by John Favorite @ActionIQ with help from these awesome engineers.