diff --git a/internal/service/bedrock/custom_model_data_source_test.go b/internal/service/bedrock/custom_model_data_source_test.go index 351ad9bebec..1fb73d817d8 100644 --- a/internal/service/bedrock/custom_model_data_source_test.go +++ b/internal/service/bedrock/custom_model_data_source_test.go @@ -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) +`) }