|
3 | 3 | This Terraform module deploys an AWS ECS Fargate scheduled task service. |
4 | 4 |
|
5 | 5 | [](https://circleci.com/gh/jnonino/terraform-aws-ecs-fargate-scheduled-task/tree/master) |
6 | | -[](https://github.com/jnonino/terraform-aws-ci-cd-system) |
7 | | -[](https://github.com/jnonino/terraform-aws-ci-cd-system) |
8 | | -[](https://github.com/jnonino/terraform-aws-ci-cd-system) |
9 | | -[](https://github.com/jnonino/terraform-aws-ci-cd-system) |
10 | | -[](https://github.com/jnonino/terraform-aws-ci-cd-system) |
| 6 | +[](https://github.com/jnonino/terraform-aws-ecs-fargate-scheduled-task) |
| 7 | +[](https://github.com/jnonino/terraform-aws-ecs-fargate-scheduled-task) |
| 8 | +[](https://github.com/jnonino/terraform-aws-ecs-fargate-scheduled-task) |
| 9 | +[](https://github.com/jnonino/terraform-aws-ecs-fargate-scheduled-task) |
| 10 | +[](https://github.com/jnonino/terraform-aws-ecs-fargate-scheduled-task) |
11 | 11 |
|
12 | 12 | ## Usage |
13 | 13 |
|
@@ -93,16 +93,16 @@ Check versions for this module on: |
93 | 93 | The ECS cluster module should look like this: |
94 | 94 |
|
95 | 95 | module "ecs-cluster": |
96 | | - source = "jnonino/ecs-cluster/aws" |
97 | | - version = "1.0.0" |
| 96 | + source = "cn-terraform/ecs-cluster/aws" |
| 97 | + version = "1.0.2" |
98 | 98 | name_preffix = var.name_preffix |
99 | 99 | profile = var.profile |
100 | 100 | region = var.region |
101 | 101 | } |
102 | 102 |
|
103 | 103 | Check versions for this module on: |
104 | | -* Github Releases: <https://github.com/jnonino/terraform-aws-ecs-cluster/releases> |
105 | | -* Terraform Module Registry: <https://registry.terraform.io/modules/jnonino/ecs-cluster/aws> |
| 104 | +* Github Releases: <https://github.com/cn-terraform/terraform-aws-ecs-cluster/releases> |
| 105 | +* Terraform Module Registry: <https://registry.terraform.io/modules/cn-terraform/ecs-cluster/aws> |
106 | 106 |
|
107 | 107 | The task definition module should like this: |
108 | 108 |
|
|
0 commit comments