Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudymax authored Sep 19, 2023
1 parent fb2eb35 commit 4ccd9a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ module "environment-base" {
}

data template_file "this" {
template = file("./${var.user_data_path}")
template = file("${var.user_data_path}")

vars = {
HOSTNAME = var.hostname
Expand Down

0 comments on commit 4ccd9a0

Please sign in to comment.