Skip to content

Commit 20945df

Browse files
committed
Update module references
1 parent a4e810d commit 20945df

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

examples/test/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module "cluster" {
22
source = "cn-terraform/ecs-cluster/aws"
3-
version = "1.0.6"
3+
version = "1.0.7"
44
name = "test-cluster"
55
}
66

@@ -16,7 +16,7 @@ module "base-network" {
1616

1717
module "td" {
1818
source = "cn-terraform/ecs-fargate-task-definition/aws"
19-
version = "1.0.21"
19+
version = "1.0.23"
2020
name_prefix = "test-td"
2121
container_image = "ubuntu"
2222
container_name = "test"

main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#------------------------------------------------------------------------------
44
module "ecs-alb" {
55
source = "cn-terraform/ecs-alb/aws"
6-
version = "1.0.8"
6+
version = "1.0.9"
77

88
name_prefix = var.name_prefix
99
vpc_id = var.vpc_id
@@ -163,7 +163,7 @@ module "ecs-autoscaling" {
163163
count = var.enable_autoscaling ? 1 : 0
164164

165165
source = "cn-terraform/ecs-service-autoscaling/aws"
166-
version = "1.0.1"
166+
version = "1.0.3"
167167

168168
name_prefix = var.name_prefix
169169
ecs_cluster_name = var.ecs_cluster_name

0 commit comments

Comments
 (0)