Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
ewbankkit committed Feb 1, 2024
1 parent 898f26e commit 4c781fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/service/bedrock/custom_model_data_source_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@ func testAccCustomModelDataSourceConfig_basic(rName string) string {
data "aws_bedrock_custom_model" "test" {
model_id = aws_bedrock_custom_model.test.model_arn
}
`, rName)
`)
}

0 comments on commit 4c781fb

Please sign in to comment.