Skip to content

Commit 3578d87

Browse files
committed
Updating ECS Cluster Reference
1 parent 2215f9f commit 3578d87

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,16 +100,16 @@ Check versions for this module on:
100100
The ECS cluster module should look like this:
101101

102102
module "ecs-cluster" {
103-
source = "jnonino/ecs-cluster/aws"
104-
version = "1.0.1"
103+
source = "cn-terraform/ecs-cluster/aws"
104+
version = "1.0.2"
105105
name_preffix = var.name_preffix
106106
profile = var.profile
107107
region = var.region
108108
}
109109

110110
Check versions for this module on:
111-
* Github Releases: <https://github.com/jnonino/terraform-aws-ecs-cluster/releases>
112-
* Terraform Module Registry: <https://registry.terraform.io/modules/jnonino/ecs-cluster/aws>
111+
* Github Releases: <https://github.com/cn-terraform/terraform-aws-ecs-cluster/releases>
112+
* Terraform Module Registry: <https://registry.terraform.io/modules/cn-terraform/ecs-cluster/aws>
113113

114114
The task definition module should like this:
115115

0 commit comments

Comments
 (0)