Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
Co-authored-by: Anton Babenko <[email protected]>
  • Loading branch information
bryantbiggs and antonbabenko authored May 20, 2024
1 parent 95fcb7a commit 1908469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ resource "aws_apigatewayv2_integration" "this" {
timeout_milliseconds = each.value.timeout_milliseconds

dynamic "tls_config" {
# For some reason the default is not using an empty obect and causing an interation to occur
# For some reason the default is not using an empty object and causing an integration to occur
for_each = length({ for k, v in each.value.tls_config : k => v if v != null }) > 0 ? [each.value.tls_config] : []

content {
Expand Down

0 comments on commit 1908469

Please sign in to comment.