File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
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.88.0
3
+ rev : v1.92.1
4
4
hooks :
5
5
- id : terraform_fmt
6
6
- id : terraform_docs
24
24
- ' --args=--only=terraform_unused_required_providers'
25
25
- id : terraform_validate
26
26
- repo : https://github.com/pre-commit/pre-commit-hooks
27
- rev : v4.5 .0
27
+ rev : v4.6 .0
28
28
hooks :
29
29
- id : check-merge-conflict
30
30
- id : end-of-file-fixer
Original file line number Diff line number Diff line change @@ -347,7 +347,7 @@ resource "aws_glue_schema" "this" {
347
347
schema_name = each. value . schema_name
348
348
description = try (each. value . description , null )
349
349
registry_arn = aws_glue_registry. this [each . value . schema_registry_name ]. arn
350
- data_format = " AVRO"
350
+ data_format = try (each . value . data_format , " AVRO" )
351
351
compatibility = each. value . compatibility
352
352
schema_definition = each. value . schema_definition
353
353
You can’t perform that action at this time.
0 commit comments