generated from terraform-linters/tflint-ruleset-template
-
Notifications
You must be signed in to change notification settings - Fork 75
/
Copy pathprovider.go
38 lines (35 loc) · 1.44 KB
/
provider.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
// This file generated by `generator/main.go`. DO NOT EDIT
package api
import "github.com/terraform-linters/tflint-plugin-sdk/tflint"
// Rules is a list of rules with invoking APIs
var Rules = []tflint.Rule{
NewAwsInstanceInvalidAMIRule(),
NewAwsLaunchConfigurationInvalidImageIDRule(),
NewAwsALBInvalidSecurityGroupRule(),
NewAwsALBInvalidSubnetRule(),
NewAwsDBInstanceInvalidDBSubnetGroupRule(),
NewAwsDBInstanceInvalidOptionGroupRule(),
NewAwsDBInstanceInvalidParameterGroupRule(),
NewAwsDBInstanceInvalidVpcSecurityGroupRule(),
NewAwsELBInvalidInstanceRule(),
NewAwsELBInvalidSecurityGroupRule(),
NewAwsELBInvalidSubnetRule(),
NewAwsElastiCacheClusterInvalidParameterGroupRule(),
NewAwsElastiCacheClusterInvalidSecurityGroupRule(),
NewAwsElastiCacheClusterInvalidSubnetGroupRule(),
NewAwsElastiCacheReplicationGroupInvalidParameterGroupRule(),
NewAwsElastiCacheReplicationGroupInvalidSecurityGroupRule(),
NewAwsElastiCacheReplicationGroupInvalidSubnetGroupRule(),
NewAwsInstanceInvalidIAMProfileRule(),
NewAwsInstanceInvalidKeyNameRule(),
NewAwsInstanceInvalidSubnetRule(),
NewAwsInstanceInvalidVpcSecurityGroupRule(),
NewAwsLaunchConfigurationInvalidIAMProfileRule(),
NewAwsRouteInvalidEgressOnlyGatewayRule(),
NewAwsRouteInvalidGatewayRule(),
NewAwsRouteInvalidInstanceRule(),
NewAwsRouteInvalidNatGatewayRule(),
NewAwsRouteInvalidNetworkInterfaceRule(),
NewAwsRouteInvalidRouteTableRule(),
NewAwsRouteInvalidVpcPeeringConnectionRule(),
}