Skip to content

Commit

Permalink
Merge pull request #40 from telia-oss/fix-name-prefix-default
Browse files Browse the repository at this point in the history
Fix accidental addition of a default in ATC vars
  • Loading branch information
Kristian authored Sep 19, 2019
2 parents e043e8b + 127eda5 commit 78183f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/atc/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
variable "name_prefix" {
description = "A prefix used for naming resources."
type = string
default = "concourse-basic-example"
}

variable "vpc_id" {
Expand Down

0 comments on commit 78183f8

Please sign in to comment.