Skip to content

Commit 76fd24f

Browse files
authored
glue: disable connection type and properties checks
1 parent 5829588 commit 76fd24f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rules/models/mappings/glue.hcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ mapping "aws_glue_classifier" {
3232

3333
mapping "aws_glue_connection" {
3434
catalog_id = any // CatalogIdString
35-
connection_properties = ConnectionProperties
36-
connection_type = ConnectionType
35+
connection_properties = any // ConnectionProperties
36+
connection_type = any // ConnectionType
3737
description = any // DescriptionString
3838
match_criteria = MatchCriteria
3939
name = any // NameString

0 commit comments

Comments
 (0)