Skip to content

Commit

Permalink
fixed unit
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesWoolfenden committed Jan 22, 2025
1 parent 8cde2b0 commit 706258b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/aws.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ var (
"aws_appsync_domain_name": awsAppsyncDomainName,
"aws_appsync_domain_name_api_association": awsAppsyncDomainNameAPIAssociation,
"aws_appsync_function": awsAppsyncFunction,
"aws_appsync_graphql_api": awsAppsyncGraphApi,
"aws_appsync_graphql_api": awsAppsyncGraphAPI,
"aws_appsync_resolver": awsAppsyncResolver,
"aws_athena_data_catalog": awsAthenaDataCatalog,
"aws_athena_database": awsAthenaDatabase,
Expand Down
2 changes: 1 addition & 1 deletion src/files.go
Original file line number Diff line number Diff line change
Expand Up @@ -3047,7 +3047,7 @@ var awsKinesisResourcePolicy []byte
var awsAppconfigDeployment []byte

//go:embed mapping/aws/resource/appsync/aws_appsync_graphql_api.json
var awsAppsyncGraphApi []byte
var awsAppsyncGraphAPI []byte

//go:embed mapping/aws/resource/bedrock/aws_bedrock_inference_profile.json
var awsBedrockInferenceProfile []byte
Expand Down

0 comments on commit 706258b

Please sign in to comment.