Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 599 Bytes

File metadata and controls

31 lines (22 loc) · 599 Bytes
page_title morpheus_plan Data Source - terraform-provider-morpheus
subcategory
description Provides a Morpheus plan data source.

morpheus_plan (Data Source)

Provides a Morpheus plan data source.

Example Usage

data "morpheus_plan" "vmware" {
  name = "1 CPU, 4GB Memory"
}

Schema

Optional

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

Read-Only

  • code (String) Optional code for use with policies
  • description (String) The description of the plan
  • id (Number) The ID of this resource.