File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/antonbabenko/pre-commit-terraform
3
- rev : v1.90 .0
3
+ rev : v1.92 .0
4
4
hooks :
5
5
- id : terraform_fmt
6
6
- id : terraform_wrapper_module_for_each
Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+ ## [ 5.11.3] ( https://github.com/terraform-aws-modules/terraform-aws-ecs/compare/v5.11.2...v5.11.3 ) (2024-07-05)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * Add missing ` pid_mode ` to root module ([ #204 ] ( https://github.com/terraform-aws-modules/terraform-aws-ecs/issues/204 ) ) ([ c9cab6f] ( https://github.com/terraform-aws-modules/terraform-aws-ecs/commit/c9cab6f005379e25ee91d17c7b8d4cb9d8ca9af8 ) )
11
+
5
12
## [ 5.11.2] ( https://github.com/terraform-aws-modules/terraform-aws-ecs/compare/v5.11.1...v5.11.2 ) (2024-05-31)
6
13
7
14
Original file line number Diff line number Diff line change @@ -110,6 +110,7 @@ module "service" {
110
110
ipc_mode = try (each. value . ipc_mode , null )
111
111
memory = try (each. value . memory , 2048 )
112
112
network_mode = try (each. value . network_mode , " awsvpc" )
113
+ pid_mode = try (each. value . pid_mode , null )
113
114
proxy_configuration = try (each. value . proxy_configuration , {})
114
115
requires_compatibilities = try (each. value . requires_compatibilities , [" FARGATE" ])
115
116
runtime_platform = try (each. value . runtime_platform , {
You can’t perform that action at this time.
0 commit comments