Skip to content

Commit

Permalink
fixed typo with variables
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfic committed Sep 13, 2017
1 parent 542280e commit 793ae1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bootstrapping/aws/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ variable "user" {
default = "ec2-user"
}

variables "db_user" {
variable "db_user" {
default = "estate"
}

variables "db_password" {
variable "db_password" {
default = "toomanysecrets"
}

Expand Down

0 comments on commit 793ae1a

Please sign in to comment.