Skip to content

Commit

Permalink
Change startup script url
Browse files Browse the repository at this point in the history
  • Loading branch information
david1542 committed Jul 24, 2024
1 parent 01f2b2d commit 4d566f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/deployments/aws-terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# }

data "http" "startup_script_remote" {
url = "https://raw.githubusercontent.com/merlinn-co/merlinn/main/examples/deployments/aws-terraform/startup.sh"
url = "https://raw.githubusercontent.com/merlinn-co/merlinn/terraform-deploy/examples/deployments/aws-terraform/startup.sh"
}

data "template_file" "user_data" {
Expand Down

0 comments on commit 4d566f0

Please sign in to comment.