Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
catsby committed Apr 29, 2024
1 parent d06db61 commit ab1be8f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 11 deletions.
23 changes: 12 additions & 11 deletions docs/data-sources/waypoint_application_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ The Waypoint Template data source retrieves information on a given Application T
- `id` (String) The ID of the Application Template.
- `name` (String) The name of the Application Template.
- `project_id` (String) The ID of the HCP project where the Waypoint Application Template is located.
- `variable_options` (Attributes List) List of variable options for the template (see [below for nested schema](#nestedatt--variable_options))

### Read-Only

Expand All @@ -30,16 +29,7 @@ The Waypoint Template data source retrieves information on a given Application T
- `summary` (String) A brief description of the template, up to 110 characters
- `terraform_cloud_workspace_details` (Attributes) Terraform Cloud Workspace details (see [below for nested schema](#nestedatt--terraform_cloud_workspace_details))
- `terraform_no_code_module` (Attributes) Terraform Cloud No-Code Module details (see [below for nested schema](#nestedatt--terraform_no_code_module))

<a id="nestedatt--variable_options"></a>
### Nested Schema for `variable_options`

Required:

- `name` (String) Variable name
- `options` (List of String) List of options
- `variable_type` (String) Variable type

- `variable_options` (Attributes List) List of variable options for the template (see [below for nested schema](#nestedatt--variable_options))

<a id="nestedatt--terraform_cloud_workspace_details"></a>
### Nested Schema for `terraform_cloud_workspace_details`
Expand All @@ -57,3 +47,14 @@ Read-Only:

- `source` (String) No-Code Module Source
- `version` (String) No-Code Module Version


<a id="nestedatt--variable_options"></a>
### Nested Schema for `variable_options`

Required:

- `name` (String) Variable name
- `options` (List of String) List of options
- `user_editable` (Boolean) Whether the variable is editable by the user creating an application
- `variable_type` (String) Variable type
4 changes: 4 additions & 0 deletions docs/resources/waypoint_application_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,7 @@ Required:
- `name` (String) Variable name
- `options` (List of String) List of options
- `variable_type` (String) Variable type

Optional:

- `user_editable` (Boolean) Whether the variable is editable by the user creating an application.

0 comments on commit ab1be8f

Please sign in to comment.