diff --git a/.cspellignore b/.cspellignore
index bd8ef1a59..0945c60cc 100644
--- a/.cspellignore
+++ b/.cspellignore
@@ -851,8 +851,6 @@ RecipeConfigProperties
RecipeConfigPropertiesEnvSecrets
RecipeDefinition
RecipeDefinitionParameters
-recipeKind
-recipeLocation
RecipePackProperties
RecipePackPropertiesRecipes
recipePacks
diff --git a/docs/content/reference/resources/radius/radius.core/2025-08-01-preview/recipepacks/index.md b/docs/content/reference/resources/radius/radius.core/2025-08-01-preview/recipepacks/index.md
index faf511e0f..520a20f98 100644
--- a/docs/content/reference/resources/radius/radius.core/2025-08-01-preview/recipepacks/index.md
+++ b/docs/content/reference/resources/radius/radius.core/2025-08-01-preview/recipepacks/index.md
@@ -53,10 +53,10 @@ description: "Detailed reference documentation for radius.core/recipepacks@2025-
| Property | Type | Description |
|----------|------|-------------|
+| **kind** | 'bicep' | 'terraform' | The type of recipe (e.g., Terraform, Bicep)
_(Required)_ |
| **parameters** | [RecipeDefinitionParameters](#recipedefinitionparameters) | Parameters to pass to the recipe |
-| **plainHttp** | bool | Connect to the location using HTTP (not HTTPS). This should be used when the location is known not to support HTTPS, for example in a locally hosted registry for Bicep recipes. Defaults to false (use HTTPS/TLS) |
-| **recipeKind** | 'bicep' | 'terraform' | The type of recipe
_(Required)_ |
-| **recipeLocation** | string | URL path to the recipe
_(Required)_ |
+| **plainHttp** | bool | Connect to the source using HTTP (not HTTPS). This should be used when the source is known not to support HTTPS, for example in a locally hosted registry for Bicep recipes. Defaults to false (use HTTPS/TLS) |
+| **source** | string | The source of the recipe. For Bicep recipes this is the OCI registry reference. For Terraform recipes this is the module source.
_(Required)_ |
### RecipeDefinitionParameters