Skip to content

Commit 2759dd6

Browse files
authored
Bump aws-sdk-go submodule and Terraform provider schema (#171)
* Bump aws-sdk-go module * Bump provider schema
1 parent 37b1308 commit 2759dd6

18 files changed

+88
-18
lines changed

rules/models/aws-sdk-go

Submodule aws-sdk-go updated 574 files

rules/models/aws_api_gateway_gateway_response_invalid_response_type.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ func NewAwsAPIGatewayGatewayResponseInvalidResponseTypeRule() *AwsAPIGatewayGate
4343
"REQUEST_TOO_LARGE",
4444
"THROTTLED",
4545
"QUOTA_EXCEEDED",
46+
"WAF_FILTERED",
4647
},
4748
}
4849
}

rules/models/aws_appautoscaling_policy_invalid_scalable_dimension.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ func NewAwsAppautoscalingPolicyInvalidScalableDimensionRule() *AwsAppautoscaling
4040
"cassandra:table:ReadCapacityUnits",
4141
"cassandra:table:WriteCapacityUnits",
4242
"kafka:broker-storage:VolumeSize",
43+
"elasticache:replication-group:NodeGroups",
44+
"elasticache:replication-group:Replicas",
4345
},
4446
}
4547
}

rules/models/aws_appautoscaling_policy_invalid_service_namespace.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ func NewAwsAppautoscalingPolicyInvalidServiceNamespaceRule() *AwsAppautoscalingP
3535
"lambda",
3636
"cassandra",
3737
"kafka",
38+
"elasticache",
3839
},
3940
}
4041
}

rules/models/aws_appautoscaling_scheduled_action_invalid_scalable_dimension.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ func NewAwsAppautoscalingScheduledActionInvalidScalableDimensionRule() *AwsAppau
4040
"cassandra:table:ReadCapacityUnits",
4141
"cassandra:table:WriteCapacityUnits",
4242
"kafka:broker-storage:VolumeSize",
43+
"elasticache:replication-group:NodeGroups",
44+
"elasticache:replication-group:Replicas",
4345
},
4446
}
4547
}

rules/models/aws_appautoscaling_scheduled_action_invalid_service_namespace.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ func NewAwsAppautoscalingScheduledActionInvalidServiceNamespaceRule() *AwsAppaut
3535
"lambda",
3636
"cassandra",
3737
"kafka",
38+
"elasticache",
3839
},
3940
}
4041
}

rules/models/aws_appautoscaling_target_invalid_scalable_dimension.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ func NewAwsAppautoscalingTargetInvalidScalableDimensionRule() *AwsAppautoscaling
4040
"cassandra:table:ReadCapacityUnits",
4141
"cassandra:table:WriteCapacityUnits",
4242
"kafka:broker-storage:VolumeSize",
43+
"elasticache:replication-group:NodeGroups",
44+
"elasticache:replication-group:Replicas",
4345
},
4446
}
4547
}

rules/models/aws_appautoscaling_target_invalid_service_namespace.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ func NewAwsAppautoscalingTargetInvalidServiceNamespaceRule() *AwsAppautoscalingT
3535
"lambda",
3636
"cassandra",
3737
"kafka",
38+
"elasticache",
3839
},
3940
}
4041
}

rules/models/aws_instance_invalid_type.go

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,15 @@ func NewAwsInstanceInvalidTypeRule() *AwsInstanceInvalidTypeRule {
421421
"m6gd.8xlarge",
422422
"m6gd.12xlarge",
423423
"m6gd.16xlarge",
424+
"m6i.large",
425+
"m6i.xlarge",
426+
"m6i.2xlarge",
427+
"m6i.4xlarge",
428+
"m6i.8xlarge",
429+
"m6i.12xlarge",
430+
"m6i.16xlarge",
431+
"m6i.24xlarge",
432+
"m6i.32xlarge",
424433
"mac1.metal",
425434
"x2gd.medium",
426435
"x2gd.large",

rules/models/aws_lambda_function_invalid_runtime.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ func NewAwsLambdaFunctionInvalidRuntimeRule() *AwsLambdaFunctionInvalidRuntimeRu
3737
"python3.6",
3838
"python3.7",
3939
"python3.8",
40+
"python3.9",
4041
"dotnetcore1.0",
4142
"dotnetcore2.0",
4243
"dotnetcore2.1",

0 commit comments

Comments
 (0)