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 TestingAssertionsExampleRule
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AwsAutoscalingGroupCtyEvalExampleRule ¶
type AwsAutoscalingGroupCtyEvalExampleRule struct {
tflint.DefaultRule
}
AwsAutoscalingGroupCtyEvalExampleRule checks whether ...
func NewAwsAutoscalingGroupCtyEvalExampleRule ¶
func NewAwsAutoscalingGroupCtyEvalExampleRule() *AwsAutoscalingGroupCtyEvalExampleRule
NewAwsAutoScalingGroupCtyEvalExample returns a new rule
func (*AwsAutoscalingGroupCtyEvalExampleRule) Check ¶
func (r *AwsAutoscalingGroupCtyEvalExampleRule) Check(runner tflint.Runner) error
Check checks whether ...
func (*AwsAutoscalingGroupCtyEvalExampleRule) Enabled ¶
func (r *AwsAutoscalingGroupCtyEvalExampleRule) Enabled() bool
Enabled returns whether the rule is enabled by default
func (*AwsAutoscalingGroupCtyEvalExampleRule) Link ¶
func (r *AwsAutoscalingGroupCtyEvalExampleRule) Link() string
Link returns the rule reference link
func (*AwsAutoscalingGroupCtyEvalExampleRule) Name ¶
func (r *AwsAutoscalingGroupCtyEvalExampleRule) Name() string
Name returns the rule name
func (*AwsAutoscalingGroupCtyEvalExampleRule) Severity ¶
func (r *AwsAutoscalingGroupCtyEvalExampleRule) Severity() tflint.Severity
Severity returns the rule severity
type AwsCloudFormationStackErrorRule ¶
type AwsCloudFormationStackErrorRule struct {
tflint.DefaultRule
}
AwsCloudFormationStackErrorRule checks whether ...
func NewAwsCloudFormationStackErrorRule ¶
func NewAwsCloudFormationStackErrorRule() *AwsCloudFormationStackErrorRule
NewAwsCloudFormationStackErrorRule returns a new rule
func (*AwsCloudFormationStackErrorRule) Check ¶
func (r *AwsCloudFormationStackErrorRule) Check(runner tflint.Runner) error
Check checks whether ...
func (*AwsCloudFormationStackErrorRule) Enabled ¶
func (r *AwsCloudFormationStackErrorRule) Enabled() bool
Enabled returns whether the rule is enabled by default
func (*AwsCloudFormationStackErrorRule) Link ¶
func (r *AwsCloudFormationStackErrorRule) Link() string
Link returns the rule reference link
func (*AwsCloudFormationStackErrorRule) Name ¶
func (r *AwsCloudFormationStackErrorRule) Name() string
Name returns the rule name
func (*AwsCloudFormationStackErrorRule) Severity ¶
func (r *AwsCloudFormationStackErrorRule) Severity() tflint.Severity
Severity returns the rule severity
type AwsDBInstanceWithDefaultConfigExampleRule ¶
type AwsDBInstanceWithDefaultConfigExampleRule struct {
tflint.DefaultRule
}
AwsDBInstanceWithDefaultConfigExampleRule checks whether ...
func NewAwsDBInstanceWithDefaultConfigExampleRule ¶
func NewAwsDBInstanceWithDefaultConfigExampleRule() *AwsDBInstanceWithDefaultConfigExampleRule
NewAwsDBInstanceWithDefaultConfigExampleRule returns a new rule
func (*AwsDBInstanceWithDefaultConfigExampleRule) Check ¶
func (r *AwsDBInstanceWithDefaultConfigExampleRule) Check(runner tflint.Runner) error
Check checks whether ...
func (*AwsDBInstanceWithDefaultConfigExampleRule) Enabled ¶
func (r *AwsDBInstanceWithDefaultConfigExampleRule) Enabled() bool
Enabled returns whether the rule is enabled by default
func (*AwsDBInstanceWithDefaultConfigExampleRule) Link ¶
func (r *AwsDBInstanceWithDefaultConfigExampleRule) Link() string
Link returns the rule reference link
func (*AwsDBInstanceWithDefaultConfigExampleRule) Name ¶
func (r *AwsDBInstanceWithDefaultConfigExampleRule) Name() string
Name returns the rule name
func (*AwsDBInstanceWithDefaultConfigExampleRule) Severity ¶
func (r *AwsDBInstanceWithDefaultConfigExampleRule) Severity() tflint.Severity
Severity returns the rule severity
type AwsIAMPolicyExampleRule ¶
type AwsIAMPolicyExampleRule struct {
tflint.DefaultRule
}
AwsIAMPolicyExampleRule checks whether ...
func NewAwsIAMPolicyExampleRule ¶
func NewAwsIAMPolicyExampleRule() *AwsIAMPolicyExampleRule
NewAwsIAMPolicyExampleRule returns a new rule
func (*AwsIAMPolicyExampleRule) Check ¶
func (r *AwsIAMPolicyExampleRule) Check(runner tflint.Runner) error
Check checks whether ...
func (*AwsIAMPolicyExampleRule) Enabled ¶
func (r *AwsIAMPolicyExampleRule) Enabled() bool
Enabled returns whether the rule is enabled by default
func (*AwsIAMPolicyExampleRule) Link ¶
func (r *AwsIAMPolicyExampleRule) Link() string
Link returns the rule reference link
func (*AwsIAMPolicyExampleRule) Name ¶
func (r *AwsIAMPolicyExampleRule) Name() string
Name returns the rule name
func (*AwsIAMPolicyExampleRule) Severity ¶
func (r *AwsIAMPolicyExampleRule) Severity() tflint.Severity
Severity returns the rule severity
type AwsIAMRoleExampleRule ¶
type AwsIAMRoleExampleRule struct {
tflint.DefaultRule
}
AwsIAMRoleExampleRule checks whether ...
func NewAwsIAMRoleExampleRule ¶
func NewAwsIAMRoleExampleRule() *AwsIAMRoleExampleRule
NewAwsIAMPolicyExampleRule returns a new rule
func (*AwsIAMRoleExampleRule) Check ¶
func (r *AwsIAMRoleExampleRule) Check(runner tflint.Runner) error
Check checks whether ...
func (*AwsIAMRoleExampleRule) Enabled ¶
func (r *AwsIAMRoleExampleRule) Enabled() bool
Enabled returns whether the rule is enabled by default
func (*AwsIAMRoleExampleRule) Link ¶
func (r *AwsIAMRoleExampleRule) Link() string
Link returns the rule reference link
func (*AwsIAMRoleExampleRule) Name ¶
func (r *AwsIAMRoleExampleRule) Name() string
Name returns the rule name
func (*AwsIAMRoleExampleRule) Severity ¶
func (r *AwsIAMRoleExampleRule) Severity() tflint.Severity
Severity returns the rule severity
type AwsInstanceAutofixConflict ¶
type AwsInstanceAutofixConflict struct {
tflint.DefaultRule
}
AwsInstanceAutofixConflict checks whether ...
func NewAwsInstanceAutofixConflictRule ¶
func NewAwsInstanceAutofixConflictRule() *AwsInstanceAutofixConflict
NewAwsInstanceAutofixConflictRule returns a new rule
func (*AwsInstanceAutofixConflict) Check ¶
func (r *AwsInstanceAutofixConflict) Check(runner tflint.Runner) error
Check checks whether ...
func (*AwsInstanceAutofixConflict) Enabled ¶
func (r *AwsInstanceAutofixConflict) Enabled() bool
Enabled returns whether the rule is enabled by default
func (*AwsInstanceAutofixConflict) Link ¶
func (r *AwsInstanceAutofixConflict) Link() string
Link returns the rule reference link
func (*AwsInstanceAutofixConflict) Name ¶
func (r *AwsInstanceAutofixConflict) Name() string
Name returns the rule name
func (*AwsInstanceAutofixConflict) Severity ¶
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 ¶
type AwsInstanceMapEvalExampleRule struct {
tflint.DefaultRule
}
AwsInstanceMapEvalExampleRule checks whether ...
func NewAwsInstanceMapEvalExampleRule ¶
func NewAwsInstanceMapEvalExampleRule() *AwsInstanceMapEvalExampleRule
NewAwsInstanceMapEvalExampleRule returns a new rule
func (*AwsInstanceMapEvalExampleRule) Check ¶
func (r *AwsInstanceMapEvalExampleRule) Check(runner tflint.Runner) error
Check checks whether ...
func (*AwsInstanceMapEvalExampleRule) Enabled ¶
func (r *AwsInstanceMapEvalExampleRule) Enabled() bool
Enabled returns whether the rule is enabled by default
func (*AwsInstanceMapEvalExampleRule) Link ¶
func (r *AwsInstanceMapEvalExampleRule) Link() string
Link returns the rule reference link
func (*AwsInstanceMapEvalExampleRule) Name ¶
func (r *AwsInstanceMapEvalExampleRule) Name() string
Name returns the rule name
func (*AwsInstanceMapEvalExampleRule) Severity ¶
func (r *AwsInstanceMapEvalExampleRule) Severity() tflint.Severity
Severity returns the rule severity
type AwsRoute53RecordEvalOnRootCtxExampleRule ¶
type AwsRoute53RecordEvalOnRootCtxExampleRule struct {
tflint.DefaultRule
}
AwsRoute53RecordEvalOnRootCtxExampleRule checks whether ...
func NewAwsRoute53RecordEvalOnRootCtxExampleRule ¶
func NewAwsRoute53RecordEvalOnRootCtxExampleRule() *AwsRoute53RecordEvalOnRootCtxExampleRule
NewAwsRoute53RecordEvalOnRootCtxExampleRule returns a new rule
func (*AwsRoute53RecordEvalOnRootCtxExampleRule) Check ¶
func (r *AwsRoute53RecordEvalOnRootCtxExampleRule) Check(runner tflint.Runner) error
Check checks whether ...
func (*AwsRoute53RecordEvalOnRootCtxExampleRule) Enabled ¶
func (r *AwsRoute53RecordEvalOnRootCtxExampleRule) Enabled() bool
Enabled returns whether the rule is enabled by default
func (*AwsRoute53RecordEvalOnRootCtxExampleRule) Link ¶
func (r *AwsRoute53RecordEvalOnRootCtxExampleRule) Link() string
Link returns the rule reference link
func (*AwsRoute53RecordEvalOnRootCtxExampleRule) Name ¶
func (r *AwsRoute53RecordEvalOnRootCtxExampleRule) Name() string
Name returns the rule name
func (*AwsRoute53RecordEvalOnRootCtxExampleRule) Severity ¶
func (r *AwsRoute53RecordEvalOnRootCtxExampleRule) Severity() tflint.Severity
Severity returns the rule severity
type AwsS3BucketExampleLifecycleRuleRule ¶
type AwsS3BucketExampleLifecycleRuleRule struct {
tflint.DefaultRule
}
AwsS3BucketExampleLifecycleRuleRule checks whether ...
func NewAwsS3BucketExampleLifecycleRuleRule ¶
func NewAwsS3BucketExampleLifecycleRuleRule() *AwsS3BucketExampleLifecycleRuleRule
NewAwsS3BucketExampleLifecycleRuleRule returns a new rule
func (*AwsS3BucketExampleLifecycleRuleRule) Check ¶
func (r *AwsS3BucketExampleLifecycleRuleRule) Check(runner tflint.Runner) error
Check checks whether ...
func (*AwsS3BucketExampleLifecycleRuleRule) Enabled ¶
func (r *AwsS3BucketExampleLifecycleRuleRule) Enabled() bool
Enabled returns whether the rule is enabled by default
func (*AwsS3BucketExampleLifecycleRuleRule) Link ¶
func (r *AwsS3BucketExampleLifecycleRuleRule) Link() string
Link returns the rule reference link
func (*AwsS3BucketExampleLifecycleRuleRule) Name ¶
func (r *AwsS3BucketExampleLifecycleRuleRule) Name() string
Name returns the rule name
func (*AwsS3BucketExampleLifecycleRuleRule) Severity ¶
func (r *AwsS3BucketExampleLifecycleRuleRule) Severity() tflint.Severity
Severity returns the rule severity
type AwsS3BucketWithConfigExampleRule ¶
type AwsS3BucketWithConfigExampleRule struct {
tflint.DefaultRule
}
AwsS3BucketWithConfigExampleRule checks whether ...
func NewAwsS3BucketWithConfigExampleRule ¶
func NewAwsS3BucketWithConfigExampleRule() *AwsS3BucketWithConfigExampleRule
NewAwsS3BucketWithConfigExampleRule returns a new rule
func (*AwsS3BucketWithConfigExampleRule) Check ¶
func (r *AwsS3BucketWithConfigExampleRule) Check(runner tflint.Runner) error
Check checks whether ...
func (*AwsS3BucketWithConfigExampleRule) Enabled ¶
func (r *AwsS3BucketWithConfigExampleRule) Enabled() bool
Enabled returns whether the rule is enabled by default
func (*AwsS3BucketWithConfigExampleRule) Link ¶
func (r *AwsS3BucketWithConfigExampleRule) Link() string
Link returns the rule reference link
func (*AwsS3BucketWithConfigExampleRule) Name ¶
func (r *AwsS3BucketWithConfigExampleRule) Name() string
Name returns the rule name
func (*AwsS3BucketWithConfigExampleRule) Severity ¶
func (r *AwsS3BucketWithConfigExampleRule) Severity() tflint.Severity
Severity returns the rule severity
type LocalsJustAttributesExampleRule ¶
type LocalsJustAttributesExampleRule struct {
tflint.DefaultRule
}
LocalsJustAttributesExampleRule checks whether ...
func NewLocalsJustAttributesExampleRule ¶
func NewLocalsJustAttributesExampleRule() *LocalsJustAttributesExampleRule
LocalsJustAttributesExampleRule returns a new rule
func (*LocalsJustAttributesExampleRule) Check ¶
func (r *LocalsJustAttributesExampleRule) Check(runner tflint.Runner) error
Check checks whether ...
func (*LocalsJustAttributesExampleRule) Enabled ¶
func (r *LocalsJustAttributesExampleRule) Enabled() bool
Enabled returns whether the rule is enabled by default
func (*LocalsJustAttributesExampleRule) Link ¶
func (r *LocalsJustAttributesExampleRule) Link() string
Link returns the rule reference link
func (*LocalsJustAttributesExampleRule) Name ¶
func (r *LocalsJustAttributesExampleRule) Name() string
Name returns the rule name
func (*LocalsJustAttributesExampleRule) Severity ¶
func (r *LocalsJustAttributesExampleRule) Severity() tflint.Severity
Severity returns the rule severity
type TerraformAutofixComment ¶
type TerraformAutofixComment struct {
tflint.DefaultRule
}
TerraformAutofixComment checks whether ...
func NewTerraformAutofixCommentRule ¶
func NewTerraformAutofixCommentRule() *TerraformAutofixComment
NewTerraformAutofixCommentRule returns a new rule
func (*TerraformAutofixComment) Check ¶
func (r *TerraformAutofixComment) Check(runner tflint.Runner) error
Check checks whether ...
func (*TerraformAutofixComment) Enabled ¶
func (r *TerraformAutofixComment) Enabled() bool
Enabled returns whether the rule is enabled by default
func (*TerraformAutofixComment) Link ¶
func (r *TerraformAutofixComment) Link() string
Link returns the rule reference link
func (*TerraformAutofixComment) Name ¶
func (r *TerraformAutofixComment) Name() string
Name returns the rule name
func (*TerraformAutofixComment) Severity ¶
func (r *TerraformAutofixComment) Severity() tflint.Severity
Severity returns the rule severity
type TerraformAutofixRemoveLocal ¶
type TerraformAutofixRemoveLocal struct {
tflint.DefaultRule
}
TerraformAutofixRemoveLocal checks whether ...
func NewTerraformAutofixRemoveLocalRule ¶
func NewTerraformAutofixRemoveLocalRule() *TerraformAutofixRemoveLocal
NewTerraformAutofixRemoveLocalRule returns a new rule
func (*TerraformAutofixRemoveLocal) Check ¶
func (r *TerraformAutofixRemoveLocal) Check(runner tflint.Runner) error
Check checks whether ...
func (*TerraformAutofixRemoveLocal) Enabled ¶
func (r *TerraformAutofixRemoveLocal) Enabled() bool
Enabled returns whether the rule is enabled by default
func (*TerraformAutofixRemoveLocal) Link ¶
func (r *TerraformAutofixRemoveLocal) Link() string
Link returns the rule reference link
func (*TerraformAutofixRemoveLocal) Name ¶
func (r *TerraformAutofixRemoveLocal) Name() string
Name returns the rule name
func (*TerraformAutofixRemoveLocal) Severity ¶
func (r *TerraformAutofixRemoveLocal) Severity() tflint.Severity
Severity returns the rule severity
type TestingAssertionsExampleRule ¶
type TestingAssertionsExampleRule struct {
tflint.DefaultRule
}
TestingAssertionsExampleRule checks whether ...
func NewTestingAssertionsExampleRule ¶
func NewTestingAssertionsExampleRule() *TestingAssertionsExampleRule
NewTestingAssertionsExampleRule returns a new rule
func (*TestingAssertionsExampleRule) Check ¶
func (r *TestingAssertionsExampleRule) Check(runner tflint.Runner) error
Check checks whether ...
func (*TestingAssertionsExampleRule) Enabled ¶
func (r *TestingAssertionsExampleRule) Enabled() bool
Enabled returns whether the rule is enabled by default
func (*TestingAssertionsExampleRule) Link ¶
func (r *TestingAssertionsExampleRule) Link() string
Link returns the rule reference link
func (*TestingAssertionsExampleRule) Name ¶
func (r *TestingAssertionsExampleRule) Name() string
Name returns the rule name
func (*TestingAssertionsExampleRule) Severity ¶
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
- testing_assertions_example.go