Skip to content

Commit cf20221

Browse files
bendruckergithub-actions[bot]
authored andcommitted
Update AWS provider/module and generated content
1 parent 3ecb40f commit cf20221

7 files changed

+22
-18
lines changed

rules/models/api-models-aws

Submodule api-models-aws updated 23 files

rules/models/aws_lambda_function_invalid_runtime.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ func NewAwsLambdaFunctionInvalidRuntimeRule() *AwsLambdaFunctionInvalidRuntimeRu
2525
resourceType: "aws_lambda_function",
2626
attributeName: "runtime",
2727
enum: []string{
28+
"dotnet10",
2829
"dotnet6",
2930
"dotnet8",
3031
"dotnetcore1.0",

rules/models/aws_organizations_policy_invalid_type.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ func NewAwsOrganizationsPolicyInvalidTypeRule() *AwsOrganizationsPolicyInvalidTy
3131
"CHATBOT_POLICY",
3232
"DECLARATIVE_POLICY_EC2",
3333
"INSPECTOR_POLICY",
34+
"NETWORK_SECURITY_DIRECTOR_POLICY",
3435
"RESOURCE_CONTROL_POLICY",
3536
"S3_POLICY",
3637
"SECURITYHUB_POLICY",

rules/models/aws_route53_health_check_invalid_cloudwatch_alarm_region.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ func NewAwsRoute53HealthCheckInvalidCloudwatchAlarmRegionRule() *AwsRoute53Healt
5757
"eu-west-1",
5858
"eu-west-2",
5959
"eu-west-3",
60+
"eusc-de-east-1",
6061
"il-central-1",
6162
"me-central-1",
6263
"me-south-1",

rules/models/aws_route53_zone_association_invalid_vpc_region.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ func NewAwsRoute53ZoneAssociationInvalidVpcRegionRule() *AwsRoute53ZoneAssociati
5757
"eu-west-1",
5858
"eu-west-2",
5959
"eu-west-3",
60+
"eusc-de-east-1",
6061
"il-central-1",
6162
"me-central-1",
6263
"me-south-1",

tools/provider-schema/.terraform.lock.hcl

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/provider-schema/schema.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)