fixed script.sh path

terraform
Daniel Mikula 2023-05-17 09:46:24 +02:00
parent bffb5efc5f
commit 409ad19b4f
1 changed files with 1 additions and 1 deletions

2
ec2.tf
View File

@ -12,7 +12,7 @@ resource "aws_instance" "k3s_box" {
delete_on_termination = true
}
user_data = "${file("script.sh")}"
user_data = "${file("./script.sh")}"
tags = {
Name = "k3s-box"