Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 509 Bytes

File metadata and controls

29 lines (20 loc) · 509 Bytes
page_title subcategory description
morpheus_contact Data Source - terraform-provider-morpheus
Provides a Morpheus contact data source.

morpheus_contact (Data Source)

Provides a Morpheus contact data source.

Example Usage

data "morpheus_contact" "example" {
  name = "example contact"
}

Schema

Optional

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

Read-Only

  • id (Number) The ID of this resource.