Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 791 Bytes

instance_type.md

File metadata and controls

33 lines (24 loc) · 791 Bytes
page_title subcategory description
morpheus_instance_type Data Source - terraform-provider-morpheus
Provides a Morpheus instance type data source.

morpheus_instance_type (Data Source)

Provides a Morpheus instance type data source.

Example Usage

data "morpheus_instance_type" "apache" {
  name = "apache"
}

Schema

Optional

  • name (String) The name of the Morpheus cloud.

Read-Only

  • active (Boolean) Whether the instance type is enabled or not
  • code (String) Optional code for use with policies
  • description (String) The description of the instance type
  • id (Number) The ID of this resource.
  • visibility (String) Whether the instance type is visible in sub-tenants or not