Skip to content

Commit

Permalink
autogenerated maintenance (#373)
Browse files Browse the repository at this point in the history
Co-authored-by: PatMyron <PatMyron@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and PatMyron authored Sep 28, 2022
1 parent a7988ef commit 63555be
Show file tree
Hide file tree
Showing 14 changed files with 479 additions and 18 deletions.
450 changes: 450 additions & 0 deletions aws/mock/ec2.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.19

require (
github.com/agext/levenshtein v1.2.2 // indirect
github.com/aws/aws-sdk-go v1.44.92
github.com/aws/aws-sdk-go v1.44.107
github.com/dave/dst v0.27.0
github.com/fatih/color v1.13.0 // indirect
github.com/golang/mock v1.6.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ github.com/agext/levenshtein v1.2.2/go.mod h1:JEDfjyjHDjOF/1e4FlBE/PkbqA9OfWu2ki
github.com/apparentlymart/go-textseg/v13 v13.0.0 h1:Y+KvPE1NYz0xl601PVImeQfFyEy6iT90AvPUL1NNfNw=
github.com/apparentlymart/go-textseg/v13 v13.0.0/go.mod h1:ZK2fH7c4NqDTLtiYLvIkEghdlcqw7yxLeM89kiTRPUo=
github.com/aws/aws-sdk-go v1.31.9/go.mod h1:5zCpMtNQVjRREroY7sYe8lOMRSxkhG6MZveU8YkpAk0=
github.com/aws/aws-sdk-go v1.44.92 h1:ayc8sQntRMX84Ib9Eqntar7knfNsWHJY7wnZUk5018w=
github.com/aws/aws-sdk-go v1.44.92/go.mod h1:y4AeaBuwd2Lk+GepC1E9v0qOiTws0MIWAX4oIKwKHZo=
github.com/aws/aws-sdk-go v1.44.107 h1:VP7Rq3wzsOV7wrfHqjAAKRksD4We58PaoVSDPKhm8nw=
github.com/aws/aws-sdk-go v1.44.107/go.mod h1:y4AeaBuwd2Lk+GepC1E9v0qOiTws0MIWAX4oIKwKHZo=
github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU=
github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw=
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
Expand Down
2 changes: 1 addition & 1 deletion rules/models/aws-sdk-go
Submodule aws-sdk-go updated 160 files
3 changes: 3 additions & 0 deletions rules/models/aws_cur_report_definition_invalid_s3_region.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ func NewAwsCurReportDefinitionInvalidS3RegionRule() *AwsCurReportDefinitionInval
"ap-south-1",
"ap-southeast-1",
"ap-southeast-2",
"ap-southeast-3",
"ap-northeast-1",
"ap-northeast-2",
"ap-northeast-3",
Expand All @@ -40,6 +41,8 @@ func NewAwsCurReportDefinitionInvalidS3RegionRule() *AwsCurReportDefinitionInval
"eu-west-3",
"eu-north-1",
"eu-south-1",
"eu-south-2",
"me-central-1",
"me-south-1",
"sa-east-1",
"us-east-1",
Expand Down
1 change: 1 addition & 0 deletions rules/models/aws_db_proxy_invalid_engine_family.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ func NewAwsDBProxyInvalidEngineFamilyRule() *AwsDBProxyInvalidEngineFamilyRule {
enum: []string{
"MYSQL",
"POSTGRESQL",
"SQLSERVER",
},
}
}
Expand Down
1 change: 1 addition & 0 deletions rules/models/aws_eks_addon_invalid_resolve_conflicts.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ func NewAwsEksAddonInvalidResolveConflictsRule() *AwsEksAddonInvalidResolveConfl
enum: []string{
"OVERWRITE",
"NONE",
"PRESERVE",
},
}
}
Expand Down
1 change: 1 addition & 0 deletions rules/models/aws_flow_log_invalid_log_destination_type.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ func NewAwsFlowLogInvalidLogDestinationTypeRule() *AwsFlowLogInvalidLogDestinati
enum: []string{
"cloud-watch-logs",
"s3",
"kinesis-data-firehose",
},
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ func NewAwsRoute53HealthCheckInvalidCloudwatchAlarmRegionRule() *AwsRoute53Healt
"eu-west-3",
"ap-east-1",
"me-south-1",
"me-central-1",
"ap-south-1",
"ap-southeast-1",
"ap-southeast-2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ func NewAwsRoute53ZoneAssociationInvalidVpcRegionRule() *AwsRoute53ZoneAssociati
"us-iso-east-1",
"us-iso-west-1",
"us-isob-east-1",
"me-central-1",
"ap-southeast-1",
"ap-southeast-2",
"ap-southeast-3",
Expand Down
2 changes: 2 additions & 0 deletions rules/models/aws_ssm_document_invalid_document_type.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ func NewAwsSsmDocumentInvalidDocumentTypeRule() *AwsSsmDocumentInvalidDocumentTy
"Automation.ChangeTemplate",
"ProblemAnalysis",
"ProblemAnalysisTemplate",
"CloudFormation",
"ConformancePackTemplate",
},
}
}
Expand Down
1 change: 1 addition & 0 deletions rules/tags/resources.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 13 additions & 13 deletions tools/provider-schema/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tools/provider-schema/schema.json

Large diffs are not rendered by default.

0 comments on commit 63555be

Please sign in to comment.