Skip to content

Commit

Permalink
Update variables.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
legah2045 committed Oct 23, 2020
1 parent d764820 commit bfb267f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terafrom_scripts/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ variable "aws_region" {
}

variable "key_name" {
default = "Oregon"
default = "kkey"
}
variable "vpc_cidr" {
default = "172.0.0.0/24"
Expand Down

0 comments on commit bfb267f

Please sign in to comment.