Skip to content

Commit 8bce668

Browse files
author
mayank0202
committed
updated README
1 parent 82935ed commit 8bce668

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ Our approach to ECS Fargate clusters is to provision a cluster and allow downstr
2727

2828
```hcl
2929
module "ecs" {
30-
source = "git::https://github.com/sourcefuse/terraform-aws-refarch-ecs"
30+
source = "sourcefuse/arc-ecs/aws"
31+
version = "1.3.7"
3132
3233
environment = var.environment
3334
namespace = var.namespace
@@ -226,4 +227,4 @@ By specifying this , it will bump the version and if you don't specify this in y
226227
## Authors
227228

228229
This project is authored by:
229-
- SourceFuse
230+
- SourceFuse ARC Team

0 commit comments

Comments
 (0)