We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
execute_command_configuration
1 parent 1fdae65 commit 1669236Copy full SHA for 1669236
.pre-commit-config.yaml
@@ -23,7 +23,7 @@ repos:
23
- '--args=--only=terraform_standard_module_structure'
24
- '--args=--only=terraform_workspace_remote'
25
- repo: https://github.com/pre-commit/pre-commit-hooks
26
- rev: v4.2.0
+ rev: v4.3.0
27
hooks:
28
- id: check-merge-conflict
29
- id: end-of-file-fixer
main.tf
@@ -12,7 +12,7 @@ resource "aws_ecs_cluster" "this" {
12
13
content {
14
dynamic "execute_command_configuration" {
15
- for_each = try([configuration.value.execute_command_configuration], [])
+ for_each = try([configuration.value.execute_command_configuration], [{}])
16
17
18
kms_key_id = try(execute_command_configuration.value.kms_key_id, null)
0 commit comments