You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/data-sources/waypoint_application.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@ The Waypoint Application data source retrieves information on a given Applicatio
16
16
17
17
### Optional
18
18
19
+
-`actions` (List of String) List of actions by 'id' to assign to this Template. Applications created from this template will have these actions assigned to them. Only 'ID' is supported.
19
20
-`id` (String) The ID of the Application.
20
21
-`input_variables` (Attributes Set) Input variables for the Application. (see [below for nested schema](#nestedatt--input_variables))
Copy file name to clipboardExpand all lines: docs/data-sources/waypoint_template.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@ data "hcp_waypoint_template" "example" {
23
23
24
24
### Optional
25
25
26
+
-`actions` (List of String) List of actions by 'id' to assign to this Template. Applications created from this template will have these actions assigned to them. Only 'ID' is supported.
26
27
-`id` (String) The ID of the Template.
27
28
-`name` (String) The name of the Template.
28
29
-`project_id` (String) The ID of the HCP project where the Waypoint Template is located.
Copy file name to clipboardExpand all lines: docs/resources/waypoint_application.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@ The Waypoint Application resource managed the lifecycle of an Application that's
21
21
22
22
### Optional
23
23
24
+
-`actions` (List of String) List of actions by 'id' to assign to this Template. Applications created from this template will have these actions assigned to them. Only 'ID' is supported.
24
25
-`application_input_variables` (Attributes Set) Input variables set for the application. (see [below for nested schema](#nestedatt--application_input_variables))
25
26
-`project_id` (String) The ID of the HCP project where the Waypoint Application is located.
26
27
-`readme_markdown` (String) Instructions for using the Application (markdown format supported). Note: this is a base64 encoded string, and can only be set in configuration after initial creation. The initial version of the README is generated from the README Template from source Template.
Copy file name to clipboardExpand all lines: docs/resources/waypoint_template.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,7 @@ EOF
55
55
56
56
### Optional
57
57
58
+
-`actions` (List of String) List of actions by 'id' to assign to this Template. Applications created from this template will have these actions assigned to them. Only 'ID' is supported.
58
59
-`description` (String) A description of the template, along with when and why it should be used, up to 500 characters
59
60
-`labels` (List of String) List of labels attached to this Template.
60
61
-`project_id` (String) The ID of the HCP project where the Waypoint Template is located.
0 commit comments