Skip to content

Latest commit

 

History

History
48 lines (37 loc) · 2.83 KB

README-Terraform-Infra-Resources-Budget.md

File metadata and controls

48 lines (37 loc) · 2.83 KB

Requirements

Name Version
terraform >= 1.0.9
aws >= 3.63.0, < 4.0
random >= 2.0

Providers

Name Version
aws >= 3.63.0, < 4.0

Modules

No modules.

Resources

Name Type
aws_budgets_budget.monthly_budget resource
aws_budgets_budget.monthly_forcasted resource

Inputs

Name Description Type Default Required
aws_region AWS Region Target Deployment string "ap-southeast-1" no
department Department Owner string "DEVOPS" no
env Workspace Environment Selection map(string)
{
"lab": "lab",
"prod": "prod",
"staging": "staging"
}
no
environment Target Environment (tags) map(string)
{
"lab": "RND",
"prod": "PROD",
"staging": "STG"
}
no
tfstate_bucket Name of bucket to store tfstate string "devopscorner-terraform-remote-state" no
tfstate_dynamodb_table Name of dynamodb table to store tfstate string "devopscorner-terraform-state-lock" no
tfstate_encrypt Name of bucket to store tfstate bool true no
tfstate_path Path .tfstate in Bucket string "resources/budget/terraform.tfstate" no

Outputs

Name Description
billing_monthly_billing_info n/a
billing_monthly_billing_notif n/a
billing_monthly_forcasted_info n/a
billing_monthly_forcasted_notif n/a