Skip to content

Commit

Permalink
Simplified tags to a single input.
Browse files Browse the repository at this point in the history
  • Loading branch information
zawac002 committed Aug 16, 2023
1 parent 186ea2e commit 87481f7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ variable "region" {
type = string
}

variable "tag_costallocation" {
description = "Tag CostAllocation (default)"
type = string
default = "csvd:infrastructure"
variable "tags" {
description = "Arbitrary tags to add to objects created in AWS."
type = map(string)
default = {}
}

variable "profile" {
Expand Down

0 comments on commit 87481f7

Please sign in to comment.