File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
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.62.3
3
+ rev : v1.72.1
4
4
hooks :
5
5
- id : terraform_fmt
6
6
- id : terraform_validate
23
23
- ' --args=--only=terraform_standard_module_structure'
24
24
- ' --args=--only=terraform_workspace_remote'
25
25
- repo : https://github.com/pre-commit/pre-commit-hooks
26
- rev : v4.1 .0
26
+ rev : v4.2 .0
27
27
hooks :
28
28
- id : check-merge-conflict
29
29
- id : end-of-file-fixer
Original file line number Diff line number Diff line change @@ -192,6 +192,8 @@ resource "aws_apigatewayv2_authorizer" "this" {
192
192
authorizer_uri = try (each. value . authorizer_uri , null )
193
193
authorizer_payload_format_version = try (each. value . authorizer_payload_format_version , null )
194
194
authorizer_result_ttl_in_seconds = try (each. value . authorizer_result_ttl_in_seconds , null )
195
+ authorizer_credentials_arn = try (each. value . authorizer_credentials_arn , null )
196
+ enable_simple_responses = try (each. value . enable_simple_responses , null )
195
197
196
198
dynamic "jwt_configuration" {
197
199
for_each = length (try (each. value . audience , [each . value . issuer ], [])) > 0 ? [true ] : []
You can’t perform that action at this time.
0 commit comments