Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.34 KB

waypoint_application.md

File metadata and controls

33 lines (22 loc) · 1.34 KB
page_title subcategory description
hcp_waypoint_application Resource - terraform-provider-hcp
The Waypoint Application resource managed the lifecycle of an Application that's based off of a Template.

hcp_waypoint_application (Resource)

The Waypoint Application resource managed the lifecycle of an Application that's based off of a Template.

Schema

Required

  • application_template_id (String) ID of the Application Template this Application is based on.
  • name (String) The name of the Application.

Optional

  • project_id (String) The ID of the HCP project where the Waypoint Application is located.
  • 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 Application Template.

Read-Only

  • application_template_name (String) Name of the Application Template this Application is based on.
  • id (String) The ID of the Application.
  • namespace_id (String) Internal Namespace ID.
  • organization_id (String) The ID of the HCP organization where the Waypoint Application is located.