Skip to content
This repository has been archived by the owner on Sep 21, 2023. It is now read-only.

Commit

Permalink
Merge pull request #103 from hashicorp/mnomitch/remove-unnecessary-var
Browse files Browse the repository at this point in the history
Remove tag_user_name variable
  • Loading branch information
mikenomitch authored Aug 11, 2020
2 parents fef5412 + 4a074c6 commit d9f877b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,4 @@ resource "aws_dynamodb_table" "tfc_example_table" {
name = "UUID"
type = "S"
}

tags = {
user_name = var.tag_user_name
}
}
4 changes: 0 additions & 4 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,3 @@ variable "db_write_capacity" {
type = number
default = 1
}

variable "tag_user_name" {
type = string
}

0 comments on commit d9f877b

Please sign in to comment.