Skip to content

Commit

Permalink
Remove budget name prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Nemetz committed May 24, 2018
1 parent 2fafb3c commit ed3a504
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 7 deletions.
1 change: 0 additions & 1 deletion examples/cost-account-annually/main.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

module "budgets" {
source = "../../"
budgets = "${var.budgets}"
Expand Down
1 change: 0 additions & 1 deletion examples/cost-account-annually/variables.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

variable "region" {
default = "us-west-2"
}
Expand Down
1 change: 0 additions & 1 deletion examples/cost-account-monthly/main.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

module "budgets" {
source = "../../"
budgets = "${var.budgets}"
Expand Down
1 change: 0 additions & 1 deletion examples/cost-account-monthly/variables.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

variable "region" {
default = "us-west-2"
}
Expand Down
1 change: 0 additions & 1 deletion examples/cost-account-quarterly/main.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

module "budgets" {
source = "../../"
budgets = "${var.budgets}"
Expand Down
1 change: 0 additions & 1 deletion examples/cost-account-quarterly/variables.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

variable "region" {
default = "us-west-2"
}
Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down

0 comments on commit ed3a504

Please sign in to comment.