File tree Expand file tree Collapse file tree 4 files changed +2
-107
lines changed Expand file tree Collapse file tree 4 files changed +2
-107
lines changed Original file line number Diff line number Diff line change @@ -685,7 +685,6 @@ These rules enforce best practices and naming conventions:
685
685
| aws_glue_catalog_table_invalid_table_type| ✔|
686
686
| aws_glue_catalog_table_invalid_view_expanded_text| ✔|
687
687
| aws_glue_catalog_table_invalid_view_original_text| ✔|
688
- | aws_glue_connection_invalid_connection_type| ✔|
689
688
| aws_glue_crawler_invalid_security_configuration| ✔|
690
689
| aws_glue_crawler_invalid_table_prefix| ✔|
691
690
| aws_glue_dev_endpoint_invalid_role_arn| ✔|
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ mapping "aws_glue_classifier" {
32
32
33
33
mapping "aws_glue_connection" {
34
34
catalog_id = any // CatalogIdString
35
- connection_properties = ConnectionProperties
36
- connection_type = ConnectionType
35
+ connection_properties = any // ConnectionProperties
36
+ connection_type = any // ConnectionType
37
37
description = any // DescriptionString
38
38
match_criteria = MatchCriteria
39
39
name = any // NameString
Original file line number Diff line number Diff line change @@ -609,7 +609,6 @@ var Rules = []tflint.Rule{
609
609
NewAwsGlueCatalogTableInvalidTableTypeRule (),
610
610
NewAwsGlueCatalogTableInvalidViewExpandedTextRule (),
611
611
NewAwsGlueCatalogTableInvalidViewOriginalTextRule (),
612
- NewAwsGlueConnectionInvalidConnectionTypeRule (),
613
612
NewAwsGlueCrawlerInvalidSecurityConfigurationRule (),
614
613
NewAwsGlueCrawlerInvalidTablePrefixRule (),
615
614
NewAwsGlueDevEndpointInvalidRoleArnRule (),
You can’t perform that action at this time.
0 commit comments