Skip to content

Commit

Permalink
complete
Browse files Browse the repository at this point in the history
  • Loading branch information
box-genius committed Jul 4, 2024
1 parent 969f2dd commit bfb60f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Terraform_IaC/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,10 @@ variable "instance_type" {

variable "key_name" {
description = "The name of the SSH key pair to use"
default = "Minsait_key"
}

variable "private_key_path" {
description = "The path to the private key file"
default = "Minsait_key_private"
}

0 comments on commit bfb60f6

Please sign in to comment.