Documentation ¶
Index ¶
- type AwsAutoscalingGroupCtyEvalExampleRule
- func (r *AwsAutoscalingGroupCtyEvalExampleRule) Check(runner tflint.Runner) error
- func (r *AwsAutoscalingGroupCtyEvalExampleRule) Enabled() bool
- func (r *AwsAutoscalingGroupCtyEvalExampleRule) Link() string
- func (r *AwsAutoscalingGroupCtyEvalExampleRule) Name() string
- func (r *AwsAutoscalingGroupCtyEvalExampleRule) Severity() tflint.Severity
- type AwsCloudFormationStackErrorRule
- func (r *AwsCloudFormationStackErrorRule) Check(runner tflint.Runner) error
- func (r *AwsCloudFormationStackErrorRule) Enabled() bool
- func (r *AwsCloudFormationStackErrorRule) Link() string
- func (r *AwsCloudFormationStackErrorRule) Name() string
- func (r *AwsCloudFormationStackErrorRule) Severity() tflint.Severity
- type AwsDBInstanceWithDefaultConfigExampleRule
- func (r *AwsDBInstanceWithDefaultConfigExampleRule) Check(runner tflint.Runner) error
- func (r *AwsDBInstanceWithDefaultConfigExampleRule) Enabled() bool
- func (r *AwsDBInstanceWithDefaultConfigExampleRule) Link() string
- func (r *AwsDBInstanceWithDefaultConfigExampleRule) Name() string
- func (r *AwsDBInstanceWithDefaultConfigExampleRule) Severity() tflint.Severity
- type AwsIAMPolicyExampleRule
- type AwsIAMRoleExampleRule
- type AwsInstanceAutofixConflict
- type AwsInstanceExampleTypeRule
- type AwsInstanceMapEvalExampleRule
- func (r *AwsInstanceMapEvalExampleRule) Check(runner tflint.Runner) error
- func (r *AwsInstanceMapEvalExampleRule) Enabled() bool
- func (r *AwsInstanceMapEvalExampleRule) Link() string
- func (r *AwsInstanceMapEvalExampleRule) Name() string
- func (r *AwsInstanceMapEvalExampleRule) Severity() tflint.Severity
- type AwsRoute53RecordEvalOnRootCtxExampleRule
- func (r *AwsRoute53RecordEvalOnRootCtxExampleRule) Check(runner tflint.Runner) error
- func (r *AwsRoute53RecordEvalOnRootCtxExampleRule) Enabled() bool
- func (r *AwsRoute53RecordEvalOnRootCtxExampleRule) Link() string
- func (r *AwsRoute53RecordEvalOnRootCtxExampleRule) Name() string
- func (r *AwsRoute53RecordEvalOnRootCtxExampleRule) Severity() tflint.Severity
- type AwsS3BucketExampleLifecycleRuleRule
- func (r *AwsS3BucketExampleLifecycleRuleRule) Check(runner tflint.Runner) error
- func (r *AwsS3BucketExampleLifecycleRuleRule) Enabled() bool
- func (r *AwsS3BucketExampleLifecycleRuleRule) Link() string
- func (r *AwsS3BucketExampleLifecycleRuleRule) Name() string
- func (r *AwsS3BucketExampleLifecycleRuleRule) Severity() tflint.Severity
- type AwsS3BucketWithConfigExampleRule
- func (r *AwsS3BucketWithConfigExampleRule) Check(runner tflint.Runner) error
- func (r *AwsS3BucketWithConfigExampleRule) Enabled() bool
- func (r *AwsS3BucketWithConfigExampleRule) Link() string
- func (r *AwsS3BucketWithConfigExampleRule) Name() string
- func (r *AwsS3BucketWithConfigExampleRule) Severity() tflint.Severity
- type LocalsJustAttributesExampleRule
- func (r *LocalsJustAttributesExampleRule) Check(runner tflint.Runner) error
- func (r *LocalsJustAttributesExampleRule) Enabled() bool
- func (r *LocalsJustAttributesExampleRule) Link() string
- func (r *LocalsJustAttributesExampleRule) Name() string
- func (r *LocalsJustAttributesExampleRule) Severity() tflint.Severity
- type TerraformAutofixComment
- type TerraformAutofixRemoveLocal
- type TerraformRequiredProviders
- type TestingAssertionsExampleRule
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AwsAutoscalingGroupCtyEvalExampleRule ¶ added in v0.35.0
type AwsAutoscalingGroupCtyEvalExampleRule struct {
tflint.DefaultRule
}
AwsAutoscalingGroupCtyEvalExampleRule checks whether ...
func NewAwsAutoscalingGroupCtyEvalExampleRule ¶ added in v0.35.0
func NewAwsAutoscalingGroupCtyEvalExampleRule() *AwsAutoscalingGroupCtyEvalExampleRule
NewAwsAutoScalingGroupCtyEvalExample returns a new rule
func (*AwsAutoscalingGroupCtyEvalExampleRule) Check ¶ added in v0.35.0
func (r *AwsAutoscalingGroupCtyEvalExampleRule) Check(runner tflint.Runner) error
Check checks whether ...
func (*AwsAutoscalingGroupCtyEvalExampleRule) Enabled ¶ added in v0.35.0
func (r *AwsAutoscalingGroupCtyEvalExampleRule) Enabled() bool
Enabled returns whether the rule is enabled by default
func (*AwsAutoscalingGroupCtyEvalExampleRule) Link ¶ added in v0.35.0
func (r *AwsAutoscalingGroupCtyEvalExampleRule) Link() string
Link returns the rule reference link
func (*AwsAutoscalingGroupCtyEvalExampleRule) Name ¶ added in v0.35.0
func (r *AwsAutoscalingGroupCtyEvalExampleRule) Name() string
Name returns the rule name
func (*AwsAutoscalingGroupCtyEvalExampleRule) Severity ¶ added in v0.35.0
func (r *AwsAutoscalingGroupCtyEvalExampleRule) Severity() tflint.Severity
Severity returns the rule severity
type AwsCloudFormationStackErrorRule ¶ added in v0.40.0
type AwsCloudFormationStackErrorRule struct {
tflint.DefaultRule
}
AwsCloudFormationStackErrorRule checks whether ...
func NewAwsCloudFormationStackErrorRule ¶ added in v0.40.0
func NewAwsCloudFormationStackErrorRule() *AwsCloudFormationStackErrorRule
NewAwsCloudFormationStackErrorRule returns a new rule
func (*AwsCloudFormationStackErrorRule) Check ¶ added in v0.40.0
func (r *AwsCloudFormationStackErrorRule) Check(runner tflint.Runner) error
Check checks whether ...
func (*AwsCloudFormationStackErrorRule) Enabled ¶ added in v0.40.0
func (r *AwsCloudFormationStackErrorRule) Enabled() bool
Enabled returns whether the rule is enabled by default
func (*AwsCloudFormationStackErrorRule) Link ¶ added in v0.40.0
func (r *AwsCloudFormationStackErrorRule) Link() string
Link returns the rule reference link
func (*AwsCloudFormationStackErrorRule) Name ¶ added in v0.40.0
func (r *AwsCloudFormationStackErrorRule) Name() string
Name returns the rule name
func (*AwsCloudFormationStackErrorRule) Severity ¶ added in v0.40.0
func (r *AwsCloudFormationStackErrorRule) Severity() tflint.Severity
Severity returns the rule severity
type AwsDBInstanceWithDefaultConfigExampleRule ¶ added in v0.40.0
type AwsDBInstanceWithDefaultConfigExampleRule struct {
tflint.DefaultRule
}
AwsDBInstanceWithDefaultConfigExampleRule checks whether ...
func NewAwsDBInstanceWithDefaultConfigExampleRule ¶ added in v0.40.0
func NewAwsDBInstanceWithDefaultConfigExampleRule() *AwsDBInstanceWithDefaultConfigExampleRule
NewAwsDBInstanceWithDefaultConfigExampleRule returns a new rule
func (*AwsDBInstanceWithDefaultConfigExampleRule) Check ¶ added in v0.40.0
func (r *AwsDBInstanceWithDefaultConfigExampleRule) Check(runner tflint.Runner) error
Check checks whether ...
func (*AwsDBInstanceWithDefaultConfigExampleRule) Enabled ¶ added in v0.40.0
func (r *AwsDBInstanceWithDefaultConfigExampleRule) Enabled() bool
Enabled returns whether the rule is enabled by default
func (*AwsDBInstanceWithDefaultConfigExampleRule) Link ¶ added in v0.40.0
func (r *AwsDBInstanceWithDefaultConfigExampleRule) Link() string
Link returns the rule reference link
func (*AwsDBInstanceWithDefaultConfigExampleRule) Name ¶ added in v0.40.0
func (r *AwsDBInstanceWithDefaultConfigExampleRule) Name() string
Name returns the rule name
func (*AwsDBInstanceWithDefaultConfigExampleRule) Severity ¶ added in v0.40.0
func (r *AwsDBInstanceWithDefaultConfigExampleRule) Severity() tflint.Severity
Severity returns the rule severity
type AwsIAMPolicyExampleRule ¶ added in v0.36.0
type AwsIAMPolicyExampleRule struct {
tflint.DefaultRule
}
AwsIAMPolicyExampleRule checks whether ...
func NewAwsIAMPolicyExampleRule ¶ added in v0.36.0
func NewAwsIAMPolicyExampleRule() *AwsIAMPolicyExampleRule
NewAwsIAMPolicyExampleRule returns a new rule
func (*AwsIAMPolicyExampleRule) Check ¶ added in v0.36.0
func (r *AwsIAMPolicyExampleRule) Check(runner tflint.Runner) error
Check checks whether ...
func (*AwsIAMPolicyExampleRule) Enabled ¶ added in v0.36.0
func (r *AwsIAMPolicyExampleRule) Enabled() bool
Enabled returns whether the rule is enabled by default
func (*AwsIAMPolicyExampleRule) Link ¶ added in v0.36.0
func (r *AwsIAMPolicyExampleRule) Link() string
Link returns the rule reference link
func (*AwsIAMPolicyExampleRule) Name ¶ added in v0.36.0
func (r *AwsIAMPolicyExampleRule) Name() string
Name returns the rule name
func (*AwsIAMPolicyExampleRule) Severity ¶ added in v0.36.0
func (r *AwsIAMPolicyExampleRule) Severity() tflint.Severity
Severity returns the rule severity
type AwsIAMRoleExampleRule ¶ added in v0.43.0
type AwsIAMRoleExampleRule struct {
tflint.DefaultRule
}
AwsIAMRoleExampleRule checks whether ...
func NewAwsIAMRoleExampleRule ¶ added in v0.43.0
func NewAwsIAMRoleExampleRule() *AwsIAMRoleExampleRule
NewAwsIAMPolicyExampleRule returns a new rule
func (*AwsIAMRoleExampleRule) Check ¶ added in v0.43.0
func (r *AwsIAMRoleExampleRule) Check(runner tflint.Runner) error
Check checks whether ...
func (*AwsIAMRoleExampleRule) Enabled ¶ added in v0.43.0
func (r *AwsIAMRoleExampleRule) Enabled() bool
Enabled returns whether the rule is enabled by default
func (*AwsIAMRoleExampleRule) Link ¶ added in v0.43.0
func (r *AwsIAMRoleExampleRule) Link() string
Link returns the rule reference link
func (*AwsIAMRoleExampleRule) Name ¶ added in v0.43.0
func (r *AwsIAMRoleExampleRule) Name() string
Name returns the rule name
func (*AwsIAMRoleExampleRule) Severity ¶ added in v0.43.0
func (r *AwsIAMRoleExampleRule) Severity() tflint.Severity
Severity returns the rule severity
type AwsInstanceAutofixConflict ¶ added in v0.47.0
type AwsInstanceAutofixConflict struct {
tflint.DefaultRule
}
AwsInstanceAutofixConflict checks whether ...
func NewAwsInstanceAutofixConflictRule ¶ added in v0.47.0
func NewAwsInstanceAutofixConflictRule() *AwsInstanceAutofixConflict
NewAwsInstanceAutofixConflictRule returns a new rule
func (*AwsInstanceAutofixConflict) Check ¶ added in v0.47.0
func (r *AwsInstanceAutofixConflict) Check(runner tflint.Runner) error
Check checks whether ...
func (*AwsInstanceAutofixConflict) Enabled ¶ added in v0.47.0
func (r *AwsInstanceAutofixConflict) Enabled() bool
Enabled returns whether the rule is enabled by default
func (*AwsInstanceAutofixConflict) Link ¶ added in v0.47.0
func (r *AwsInstanceAutofixConflict) Link() string
Link returns the rule reference link
func (*AwsInstanceAutofixConflict) Name ¶ added in v0.47.0
func (r *AwsInstanceAutofixConflict) Name() string
Name returns the rule name
func (*AwsInstanceAutofixConflict) Severity ¶ added in v0.47.0
func (r *AwsInstanceAutofixConflict) Severity() tflint.Severity
Severity returns the rule severity
type AwsInstanceExampleTypeRule ¶
type AwsInstanceExampleTypeRule struct {
tflint.DefaultRule
}
AwsInstanceExampleTypeRule checks whether ...
func NewAwsInstanceExampleTypeRule ¶
func NewAwsInstanceExampleTypeRule() *AwsInstanceExampleTypeRule
NewAwsInstanceExampleTypeRule returns a new rule
func (*AwsInstanceExampleTypeRule) Check ¶
func (r *AwsInstanceExampleTypeRule) Check(runner tflint.Runner) error
Check checks whether ...
func (*AwsInstanceExampleTypeRule) Enabled ¶
func (r *AwsInstanceExampleTypeRule) Enabled() bool
Enabled returns whether the rule is enabled by default
func (*AwsInstanceExampleTypeRule) Link ¶
func (r *AwsInstanceExampleTypeRule) Link() string
Link returns the rule reference link
func (*AwsInstanceExampleTypeRule) Name ¶
func (r *AwsInstanceExampleTypeRule) Name() string
Name returns the rule name
func (*AwsInstanceExampleTypeRule) Severity ¶
func (r *AwsInstanceExampleTypeRule) Severity() tflint.Severity
Severity returns the rule severity
type AwsInstanceMapEvalExampleRule ¶ added in v0.35.0
type AwsInstanceMapEvalExampleRule struct {
tflint.DefaultRule
}
AwsInstanceMapEvalExampleRule checks whether ...
func NewAwsInstanceMapEvalExampleRule ¶ added in v0.35.0
func NewAwsInstanceMapEvalExampleRule() *AwsInstanceMapEvalExampleRule
NewAwsInstanceMapEvalExampleRule returns a new rule
func (*AwsInstanceMapEvalExampleRule) Check ¶ added in v0.35.0
func (r *AwsInstanceMapEvalExampleRule) Check(runner tflint.Runner) error
Check checks whether ...
func (*AwsInstanceMapEvalExampleRule) Enabled ¶ added in v0.35.0
func (r *AwsInstanceMapEvalExampleRule) Enabled() bool
Enabled returns whether the rule is enabled by default
func (*AwsInstanceMapEvalExampleRule) Link ¶ added in v0.35.0
func (r *AwsInstanceMapEvalExampleRule) Link() string
Link returns the rule reference link
func (*AwsInstanceMapEvalExampleRule) Name ¶ added in v0.35.0
func (r *AwsInstanceMapEvalExampleRule) Name() string
Name returns the rule name
func (*AwsInstanceMapEvalExampleRule) Severity ¶ added in v0.35.0
func (r *AwsInstanceMapEvalExampleRule) Severity() tflint.Severity
Severity returns the rule severity
type AwsRoute53RecordEvalOnRootCtxExampleRule ¶ added in v0.39.2
type AwsRoute53RecordEvalOnRootCtxExampleRule struct {
tflint.DefaultRule
}
AwsRoute53RecordEvalOnRootCtxExampleRule checks whether ...
func NewAwsRoute53RecordEvalOnRootCtxExampleRule ¶ added in v0.39.2
func NewAwsRoute53RecordEvalOnRootCtxExampleRule() *AwsRoute53RecordEvalOnRootCtxExampleRule
NewAwsRoute53RecordEvalOnRootCtxExampleRule returns a new rule
func (*AwsRoute53RecordEvalOnRootCtxExampleRule) Check ¶ added in v0.39.2
func (r *AwsRoute53RecordEvalOnRootCtxExampleRule) Check(runner tflint.Runner) error
Check checks whether ...
func (*AwsRoute53RecordEvalOnRootCtxExampleRule) Enabled ¶ added in v0.39.2
func (r *AwsRoute53RecordEvalOnRootCtxExampleRule) Enabled() bool
Enabled returns whether the rule is enabled by default
func (*AwsRoute53RecordEvalOnRootCtxExampleRule) Link ¶ added in v0.39.2
func (r *AwsRoute53RecordEvalOnRootCtxExampleRule) Link() string
Link returns the rule reference link
func (*AwsRoute53RecordEvalOnRootCtxExampleRule) Name ¶ added in v0.39.2
func (r *AwsRoute53RecordEvalOnRootCtxExampleRule) Name() string
Name returns the rule name
func (*AwsRoute53RecordEvalOnRootCtxExampleRule) Severity ¶ added in v0.39.2
func (r *AwsRoute53RecordEvalOnRootCtxExampleRule) Severity() tflint.Severity
Severity returns the rule severity
type AwsS3BucketExampleLifecycleRuleRule ¶ added in v0.35.0
type AwsS3BucketExampleLifecycleRuleRule struct {
tflint.DefaultRule
}
AwsS3BucketExampleLifecycleRuleRule checks whether ...
func NewAwsS3BucketExampleLifecycleRuleRule ¶ added in v0.35.0
func NewAwsS3BucketExampleLifecycleRuleRule() *AwsS3BucketExampleLifecycleRuleRule
NewAwsS3BucketExampleLifecycleRuleRule returns a new rule
func (*AwsS3BucketExampleLifecycleRuleRule) Check ¶ added in v0.35.0
func (r *AwsS3BucketExampleLifecycleRuleRule) Check(runner tflint.Runner) error
Check checks whether ...
func (*AwsS3BucketExampleLifecycleRuleRule) Enabled ¶ added in v0.35.0
func (r *AwsS3BucketExampleLifecycleRuleRule) Enabled() bool
Enabled returns whether the rule is enabled by default
func (*AwsS3BucketExampleLifecycleRuleRule) Link ¶ added in v0.35.0
func (r *AwsS3BucketExampleLifecycleRuleRule) Link() string
Link returns the rule reference link
func (*AwsS3BucketExampleLifecycleRuleRule) Name ¶ added in v0.35.0
func (r *AwsS3BucketExampleLifecycleRuleRule) Name() string
Name returns the rule name
func (*AwsS3BucketExampleLifecycleRuleRule) Severity ¶ added in v0.35.0
func (r *AwsS3BucketExampleLifecycleRuleRule) Severity() tflint.Severity
Severity returns the rule severity
type AwsS3BucketWithConfigExampleRule ¶ added in v0.35.0
type AwsS3BucketWithConfigExampleRule struct {
tflint.DefaultRule
}
AwsS3BucketWithConfigExampleRule checks whether ...
func NewAwsS3BucketWithConfigExampleRule ¶ added in v0.35.0
func NewAwsS3BucketWithConfigExampleRule() *AwsS3BucketWithConfigExampleRule
NewAwsS3BucketWithConfigExampleRule returns a new rule
func (*AwsS3BucketWithConfigExampleRule) Check ¶ added in v0.35.0
func (r *AwsS3BucketWithConfigExampleRule) Check(runner tflint.Runner) error
Check checks whether ...
func (*AwsS3BucketWithConfigExampleRule) Enabled ¶ added in v0.35.0
func (r *AwsS3BucketWithConfigExampleRule) Enabled() bool
Enabled returns whether the rule is enabled by default
func (*AwsS3BucketWithConfigExampleRule) Link ¶ added in v0.35.0
func (r *AwsS3BucketWithConfigExampleRule) Link() string
Link returns the rule reference link
func (*AwsS3BucketWithConfigExampleRule) Name ¶ added in v0.35.0
func (r *AwsS3BucketWithConfigExampleRule) Name() string
Name returns the rule name
func (*AwsS3BucketWithConfigExampleRule) Severity ¶ added in v0.35.0
func (r *AwsS3BucketWithConfigExampleRule) Severity() tflint.Severity
Severity returns the rule severity
type LocalsJustAttributesExampleRule ¶ added in v0.42.0
type LocalsJustAttributesExampleRule struct {
tflint.DefaultRule
}
LocalsJustAttributesExampleRule checks whether ...
func NewLocalsJustAttributesExampleRule ¶ added in v0.42.0
func NewLocalsJustAttributesExampleRule() *LocalsJustAttributesExampleRule
LocalsJustAttributesExampleRule returns a new rule
func (*LocalsJustAttributesExampleRule) Check ¶ added in v0.42.0
func (r *LocalsJustAttributesExampleRule) Check(runner tflint.Runner) error
Check checks whether ...
func (*LocalsJustAttributesExampleRule) Enabled ¶ added in v0.42.0
func (r *LocalsJustAttributesExampleRule) Enabled() bool
Enabled returns whether the rule is enabled by default
func (*LocalsJustAttributesExampleRule) Link ¶ added in v0.42.0
func (r *LocalsJustAttributesExampleRule) Link() string
Link returns the rule reference link
func (*LocalsJustAttributesExampleRule) Name ¶ added in v0.42.0
func (r *LocalsJustAttributesExampleRule) Name() string
Name returns the rule name
func (*LocalsJustAttributesExampleRule) Severity ¶ added in v0.42.0
func (r *LocalsJustAttributesExampleRule) Severity() tflint.Severity
Severity returns the rule severity
type TerraformAutofixComment ¶ added in v0.47.0
type TerraformAutofixComment struct {
tflint.DefaultRule
}
TerraformAutofixComment checks whether ...
func NewTerraformAutofixCommentRule ¶ added in v0.47.0
func NewTerraformAutofixCommentRule() *TerraformAutofixComment
NewTerraformAutofixCommentRule returns a new rule
func (*TerraformAutofixComment) Check ¶ added in v0.47.0
func (r *TerraformAutofixComment) Check(runner tflint.Runner) error
Check checks whether ...
func (*TerraformAutofixComment) Enabled ¶ added in v0.47.0
func (r *TerraformAutofixComment) Enabled() bool
Enabled returns whether the rule is enabled by default
func (*TerraformAutofixComment) Link ¶ added in v0.47.0
func (r *TerraformAutofixComment) Link() string
Link returns the rule reference link
func (*TerraformAutofixComment) Name ¶ added in v0.47.0
func (r *TerraformAutofixComment) Name() string
Name returns the rule name
func (*TerraformAutofixComment) Severity ¶ added in v0.47.0
func (r *TerraformAutofixComment) Severity() tflint.Severity
Severity returns the rule severity
type TerraformAutofixRemoveLocal ¶ added in v0.47.0
type TerraformAutofixRemoveLocal struct {
tflint.DefaultRule
}
TerraformAutofixRemoveLocal checks whether ...
func NewTerraformAutofixRemoveLocalRule ¶ added in v0.47.0
func NewTerraformAutofixRemoveLocalRule() *TerraformAutofixRemoveLocal
NewTerraformAutofixRemoveLocalRule returns a new rule
func (*TerraformAutofixRemoveLocal) Check ¶ added in v0.47.0
func (r *TerraformAutofixRemoveLocal) Check(runner tflint.Runner) error
Check checks whether ...
func (*TerraformAutofixRemoveLocal) Enabled ¶ added in v0.47.0
func (r *TerraformAutofixRemoveLocal) Enabled() bool
Enabled returns whether the rule is enabled by default
func (*TerraformAutofixRemoveLocal) Link ¶ added in v0.47.0
func (r *TerraformAutofixRemoveLocal) Link() string
Link returns the rule reference link
func (*TerraformAutofixRemoveLocal) Name ¶ added in v0.47.0
func (r *TerraformAutofixRemoveLocal) Name() string
Name returns the rule name
func (*TerraformAutofixRemoveLocal) Severity ¶ added in v0.47.0
func (r *TerraformAutofixRemoveLocal) Severity() tflint.Severity
Severity returns the rule severity
type TerraformRequiredProviders ¶ added in v0.54.0
type TerraformRequiredProviders struct {
tflint.DefaultRule
}
TerraformRequiredProviders checks whether ...
func NewTerraformRequiredProvidersRule ¶ added in v0.54.0
func NewTerraformRequiredProvidersRule() *TerraformRequiredProviders
NewTerraformRequiredProvidersRule returns a new rule
func (*TerraformRequiredProviders) Check ¶ added in v0.54.0
func (r *TerraformRequiredProviders) Check(runner tflint.Runner) error
Check checks whether ...
func (*TerraformRequiredProviders) Enabled ¶ added in v0.54.0
func (r *TerraformRequiredProviders) Enabled() bool
Enabled returns whether the rule is enabled by default
func (*TerraformRequiredProviders) Link ¶ added in v0.54.0
func (r *TerraformRequiredProviders) Link() string
Link returns the rule reference link
func (*TerraformRequiredProviders) Name ¶ added in v0.54.0
func (r *TerraformRequiredProviders) Name() string
Name returns the rule name
func (*TerraformRequiredProviders) Severity ¶ added in v0.54.0
func (r *TerraformRequiredProviders) Severity() tflint.Severity
Severity returns the rule severity
type TestingAssertionsExampleRule ¶ added in v0.43.0
type TestingAssertionsExampleRule struct {
tflint.DefaultRule
}
TestingAssertionsExampleRule checks whether ...
func NewTestingAssertionsExampleRule ¶ added in v0.43.0
func NewTestingAssertionsExampleRule() *TestingAssertionsExampleRule
NewTestingAssertionsExampleRule returns a new rule
func (*TestingAssertionsExampleRule) Check ¶ added in v0.43.0
func (r *TestingAssertionsExampleRule) Check(runner tflint.Runner) error
Check checks whether ...
func (*TestingAssertionsExampleRule) Enabled ¶ added in v0.43.0
func (r *TestingAssertionsExampleRule) Enabled() bool
Enabled returns whether the rule is enabled by default
func (*TestingAssertionsExampleRule) Link ¶ added in v0.43.0
func (r *TestingAssertionsExampleRule) Link() string
Link returns the rule reference link
func (*TestingAssertionsExampleRule) Name ¶ added in v0.43.0
func (r *TestingAssertionsExampleRule) Name() string
Name returns the rule name
func (*TestingAssertionsExampleRule) Severity ¶ added in v0.43.0
func (r *TestingAssertionsExampleRule) Severity() tflint.Severity
Severity returns the rule severity
Source Files ¶
- aws_autoscaling_group_cty_eval_example.go
- aws_cloudformation_stack_error.go
- aws_db_instance_with_default_config_example.go
- aws_iam_policy_example.go
- aws_iam_role_example.go
- aws_instance_autofix_conflict.go
- aws_instance_example_type.go
- aws_instance_map_eval_example.go
- aws_route53_record_eval_on_root_ctx_example.go
- aws_s3_bucket_example_lifecycle_rule.go
- aws_s3_bucket_with_config_example.go
- locals_just_attributes_example_rule.go
- terraform_autofix_comment.go
- terraform_autofix_remove_local.go
- terraform_required_providers.go
- testing_assertions_example.go