From bfb60f699df87d31b20be3474845bd198753af16 Mon Sep 17 00:00:00 2001 From: box genius <115899706+box-genius@users.noreply.github.com> Date: Thu, 4 Jul 2024 20:44:29 -0300 Subject: [PATCH] complete --- Terraform_IaC/variables.tf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Terraform_IaC/variables.tf b/Terraform_IaC/variables.tf index a39ef0d..62d7167 100644 --- a/Terraform_IaC/variables.tf +++ b/Terraform_IaC/variables.tf @@ -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" } \ No newline at end of file