Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

autogenerated maintenance #373

Merged
merged 1 commit into from
Sep 28, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.