diff --git a/examples/README.md b/examples/README.md index e0e9ed9b94..f7cbd6c087 100644 --- a/examples/README.md +++ b/examples/README.md @@ -1769,6 +1769,8 @@ scratch. ```yaml --- blueprint_name: # boilerplate-blueprint +toolkit_modules_url: # github.com/GoogleCloudPlatform/cluster-toolkit +toolkit_modules_version: # v1.15.0 vars: project_id: # my-project-id @@ -1792,6 +1794,8 @@ deployment_groups: 63 characters long, and can only contain lowercase letters, numeric characters, underscores and dashes. +* **toolkit_modules_url** and **toolkit_modules_version** (optional): The blueprint schema provides the optional fields `toolkit_modules_url` and `toolkit_modules_version` to version a blueprint. When these fields are provided, any module in the blueprint with a reference to an embedded module in its source field will be updated to reference the specified GitHub source and toolkit version in the expanded blueprint. `toolkit_modules_url` specifies the base URL of the GitHub repository containing the modules and `toolkit_modules_version` specifies the version of the modules to use. `toolkit_modules_url` and `toolkit_modules_version` should be provided together when in use. + ### Deployment Variables ```yaml