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 bfb60f6 commit 64d87f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Terraform_IaC/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ resource "aws_instance" "web" {
echo "Docker installation failed" >> /var/log/docker-install.log
fi
EOF
}
}
2 changes: 1 addition & 1 deletion Terraform_IaC/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ variable "key_name" {

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

0 comments on commit 64d87f8

Please sign in to comment.