We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pid_mode
1 parent 6b52c96 commit c9cab6fCopy full SHA for c9cab6f
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/antonbabenko/pre-commit-terraform
3
- rev: v1.90.0
+ rev: v1.92.0
4
hooks:
5
- id: terraform_fmt
6
- id: terraform_wrapper_module_for_each
main.tf
@@ -110,6 +110,7 @@ module "service" {
110
ipc_mode = try(each.value.ipc_mode, null)
111
memory = try(each.value.memory, 2048)
112
network_mode = try(each.value.network_mode, "awsvpc")
113
+ pid_mode = try(each.value.pid_mode, null)
114
proxy_configuration = try(each.value.proxy_configuration, {})
115
requires_compatibilities = try(each.value.requires_compatibilities, ["FARGATE"])
116
runtime_platform = try(each.value.runtime_platform, {
0 commit comments