Skip to content

Commit

Permalink
adding documentation for versioned blueprint feature
Browse files Browse the repository at this point in the history
  • Loading branch information
RachaelSTamakloe committed Sep 19, 2024
1 parent a2affe4 commit d46ec06
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit d46ec06

Please sign in to comment.