Skip to content

Commit

Permalink
Update variables.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
legah2045 committed May 12, 2021
1 parent b5a9fa4 commit 1cbba89
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 = "kkey"
default = "classkey"
}
variable "vpc_cidr" {
default = "172.0.0.0/24"
Expand Down

0 comments on commit 1cbba89

Please sign in to comment.