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.
1 parent 6af44f5 commit 909bc14Copy full SHA for 909bc14
.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
@@ -388,6 +388,7 @@ resource "aws_apigatewayv2_deployment" "this" {
388
jsonencode(aws_apigatewayv2_integration.this),
389
jsonencode(aws_apigatewayv2_route.this),
390
jsonencode(aws_apigatewayv2_route_response.this),
391
+ jsonencode(aws_apigatewayv2_api.this[0].body),
392
])))
393
}
394
0 commit comments