Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 768 Bytes

File metadata and controls

32 lines (23 loc) · 768 Bytes
page_title subcategory description
morpheus_tenant Data Source - terraform-provider-morpheus
Provides a Morpheus tenant data source.

morpheus_tenant (Data Source)

Provides a Morpheus tenant data source.

Example Usage

data "morpheus_tenant" "example_tenant" {
  name = "Demo"
}

Schema

Optional

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

Read-Only

  • account_name (String) An optional field that can be used for billing and accounting
  • account_number (String) An optional field that can be used for billing and accounting
  • customer_number (String) An optional field that can be used for billing and accounting
  • id (Number) The ID of this resource.