Skip to content

Commit 6297af1

Browse files
Copilotwata727
andauthored
Fix typos in AWS RDS DB instance types (#972)
* Initial plan * Add missing AWS RDS DB instance types and fix typo Co-authored-by: wata727 <[email protected]> * Add comprehensive tests for new instance types Co-authored-by: wata727 <[email protected]> * Fix typo in comment: intance -> instance Co-authored-by: wata727 <[email protected]> * Revert incorrect instance types, keep only c6gd.metal and typo fixes Co-authored-by: wata727 <[email protected]> * Remove db.c6gd.metal, keep only typo fixes Co-authored-by: wata727 <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: wata727 <[email protected]>
1 parent 485b521 commit 6297af1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rules/aws_db_instance_invalid_type.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"github.com/terraform-linters/tflint-ruleset-aws/project"
99
)
1010

11-
// AwsDBInstanceInvalidTypeRule checks whether "aws_db_instance" has invalid intance type.
11+
// AwsDBInstanceInvalidTypeRule checks whether "aws_db_instance" has invalid instance type.
1212
type AwsDBInstanceInvalidTypeRule struct {
1313
tflint.DefaultRule
1414

@@ -346,7 +346,7 @@ func NewAwsDBInstanceInvalidTypeRule() *AwsDBInstanceInvalidTypeRule {
346346
"db.z1d.2xlarge": true,
347347
"db.z1d.xlarge": true,
348348
"db.z1d.large": true,
349-
"db.x2idn.16xlarg": true,
349+
"db.x2idn.16xlarge": true,
350350
"db.x2idn.24xlarge": true,
351351
"db.x2idn.32xlarge": true,
352352
"db.x2iedn.xlarge": true,

0 commit comments

Comments
 (0)