Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 789 Bytes

File metadata and controls

33 lines (24 loc) · 789 Bytes
page_title subcategory description
morpheus_environment Data Source - terraform-provider-morpheus
Provides a Morpheus environment data source.

morpheus_environment (Data Source)

Provides a Morpheus environment data source.

Example Usage

data "morpheus_environment" "production" {
  name = "production"
}

Schema

Optional

  • name (String) The name of the Morpheus environment

Read-Only

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