Skip to content
This repository was archived by the owner on Jul 1, 2025. It is now read-only.

Commit c3d4853

Browse files
committed
Update readme
1 parent c314171 commit c3d4853

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
@@ -1,4 +1,4 @@
1-
# terrarform-lambda-instance-terminator
1+
# instance-terminator
22

33
A AWS Lambda function to automatically terminate hosts on autoscaling groups - using Terraform.
44

@@ -22,7 +22,7 @@ To use this module in your Terraform definition, add the following:
2222

2323
```
2424
module "instance_terminator" {
25-
source = "github.com/daveshepherd/terrarform-lambda-instance-terminator"
25+
source = "github.com/WealthWizardsEngineering/instance-terminator"
2626
}
2727
```
2828

0 commit comments

Comments
 (0)