Skip to content

Commit 337bac9

Browse files
committed
update module
1 parent c5628d8 commit 337bac9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

examples/github-separate/main.tf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,11 @@ module "atlantis_disabled" {
105105

106106
module "ecs_cluster" {
107107
source = "terraform-aws-modules/ecs/aws//modules/cluster"
108-
version = "5.6.0"
108+
version = "6.1.1"
109109

110110
# Cluster
111-
cluster_name = local.name
112-
cluster_settings = {
111+
name = local.name
112+
setting = {
113113
name = "containerInsights"
114114
value = "enabled"
115115
}
@@ -119,7 +119,7 @@ module "ecs_cluster" {
119119

120120
module "alb" {
121121
source = "terraform-aws-modules/alb/aws"
122-
version = "9.1.0"
122+
version = "9.17.0"
123123

124124
name = local.name
125125

0 commit comments

Comments
 (0)