Skip to content

Commit

Permalink
fixed variables.tf in 04_05
Browse files Browse the repository at this point in the history
  • Loading branch information
linkedin authored and linkedin committed Sep 14, 2020
1 parent 15c5b1f commit 5ac67dc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions 04_05_terraform_cloud_vcs/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ variable "instance_count" {
default = 1
}

variable "instance_tags" {
type = map
default = {
"environment" = "dev"
}
}
# //////////////////////////////
# OUTPUT
# //////////////////////////////
Expand Down

0 comments on commit 5ac67dc

Please sign in to comment.