diff --git a/examples/cost-account-annually/main.tf b/examples/cost-account-annually/main.tf index 341d769..64fd942 100644 --- a/examples/cost-account-annually/main.tf +++ b/examples/cost-account-annually/main.tf @@ -1,4 +1,3 @@ - module "budgets" { source = "../../" budgets = "${var.budgets}" diff --git a/examples/cost-account-annually/variables.tf b/examples/cost-account-annually/variables.tf index e0bf4d5..db3a7a5 100644 --- a/examples/cost-account-annually/variables.tf +++ b/examples/cost-account-annually/variables.tf @@ -1,4 +1,3 @@ - variable "region" { default = "us-west-2" } diff --git a/examples/cost-account-monthly/main.tf b/examples/cost-account-monthly/main.tf index 12f412e..e50e65a 100644 --- a/examples/cost-account-monthly/main.tf +++ b/examples/cost-account-monthly/main.tf @@ -1,4 +1,3 @@ - module "budgets" { source = "../../" budgets = "${var.budgets}" diff --git a/examples/cost-account-monthly/variables.tf b/examples/cost-account-monthly/variables.tf index e0bf4d5..db3a7a5 100644 --- a/examples/cost-account-monthly/variables.tf +++ b/examples/cost-account-monthly/variables.tf @@ -1,4 +1,3 @@ - variable "region" { default = "us-west-2" } diff --git a/examples/cost-account-quarterly/main.tf b/examples/cost-account-quarterly/main.tf index 20d1130..dbb8e1d 100644 --- a/examples/cost-account-quarterly/main.tf +++ b/examples/cost-account-quarterly/main.tf @@ -1,4 +1,3 @@ - module "budgets" { source = "../../" budgets = "${var.budgets}" diff --git a/examples/cost-account-quarterly/variables.tf b/examples/cost-account-quarterly/variables.tf index e0bf4d5..db3a7a5 100644 --- a/examples/cost-account-quarterly/variables.tf +++ b/examples/cost-account-quarterly/variables.tf @@ -1,4 +1,3 @@ - variable "region" { default = "us-west-2" } diff --git a/variables.tf b/variables.tf index 2aa52a0..1058832 100644 --- a/variables.tf +++ b/variables.tf @@ -6,7 +6,7 @@ variable "service" { // Specific to module variable "budget_name_prefix" { description = "Text to prefix budget names with" - default = "Testing-" + default = "" } variable "budget_type" {