Skip to content

Commit

Permalink
Update terraform-aws-cost-billing-alarm module version
Browse files Browse the repository at this point in the history
  • Loading branch information
lgallard committed Oct 26, 2021
1 parent 403c553 commit 3cbcf97
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions root/us-east-1/cost-mgmt/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Billing = U$S50
module "aws_cost_mgmt_billing_alert_50" {
source = "git::https://github.com/binbashar/terraform-aws-cost-billing-alarm.git?ref=feature/single-block"
source = "github.com/binbashar/terraform-aws-cost-billing-alarm.git?ref=v1.0.14"

aws_env = "${var.project}-${var.environment}-50"
monthly_billing_threshold = var.monthly_billing_threshold_50
Expand All @@ -15,7 +15,7 @@ module "aws_cost_mgmt_billing_alert_50" {

# Billing = U$S100
module "aws_cost_mgmt_billing_alert_100" {
source = "git::https://github.com/binbashar/terraform-aws-cost-billing-alarm.git?ref=feature/single-block"
source = "github.com/binbashar/terraform-aws-cost-billing-alarm.git?ref=v1.0.14"

aws_env = "${var.project}-${var.environment}-100"
monthly_billing_threshold = var.monthly_billing_threshold_100
Expand All @@ -30,7 +30,7 @@ module "aws_cost_mgmt_billing_alert_100" {
#
# Budget = U$S100 at 75%
module "aws_cost_mgmt_budget_notif_75" {
source = "git::https://github.com/binbashar/terraform-aws-cost-billing-alarm.git?ref=feature/single-block"
source = "github.com/binbashar/terraform-aws-cost-billing-alarm.git?ref=v1.0.14"

aws_env = "${var.environment}-75-percent"
currency = var.currency
Expand All @@ -44,7 +44,7 @@ module "aws_cost_mgmt_budget_notif_75" {

# Budget = U$S100 at 100%
module "aws_cost_mgmt_budget_notif_100" {
source = "git::https://github.com/binbashar/terraform-aws-cost-billing-alarm.git?ref=feature/single-block"
source = "github.com/binbashar/terraform-aws-cost-billing-alarm.git?ref=v1.0.14"

aws_env = "${var.environment}-100-percent"
currency = var.currency
Expand Down

0 comments on commit 3cbcf97

Please sign in to comment.