Skip to content

Commit

Permalink
readding tags variable due to MC requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
jpl-btlunsfo committed May 29, 2024
1 parent dc16bff commit b3015c7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions terraform-unity/variables.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# tflint-ignore: terraform_unused_declarations
variable "tags" {
description = "AWS Tags"
type = map(string)
}

variable "deployment_name" {
description = "The deployment name"
type = string
Expand Down

0 comments on commit b3015c7

Please sign in to comment.