Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.08 KB

waypoint_application.md

File metadata and controls

30 lines (21 loc) · 1.08 KB
page_title subcategory description
hcp_waypoint_application Data Source - terraform-provider-hcp
The Waypoint Application data source retrieves information on a given Application.

hcp_waypoint_application (Data Source)

The Waypoint Application data source retrieves information on a given Application.

Schema

Optional

  • id (String) The ID of the Application.
  • name (String) The name of the Application.
  • project_id (String) The ID of the HCP project where the Waypoint Application is located.

Read-Only

  • application_template_id (String) ID of the Application Template this Application is based on.
  • application_template_name (String) Name of the Application Template this Application is based on.
  • namespace_id (String) Internal Namespace ID.
  • organization_id (String) The ID of the HCP organization where the Waypoint Application is located.
  • readme_markdown (String) Instructions for using the Application (markdown format supported).