Skip to content

Commit

Permalink
Fixed a issue with the default variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bioblaze committed Sep 17, 2020
1 parent dd56d77 commit d8b3006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ variable "instance_type" {
variable "key_file" {
description = "How much Money do you want to spend? A.K.A. EC2 Instance Size?"
type = string
default = "t2.micro"
default = "key_file"
}

variable "cidr_block" {
Expand Down

0 comments on commit d8b3006

Please sign in to comment.