Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 857 Bytes

File metadata and controls

35 lines (26 loc) · 857 Bytes
page_title subcategory description
morpheus_policy Data Source - terraform-provider-morpheus
Provides a Morpheus policy data source.

morpheus_policy (Data Source)

Provides a Morpheus policy data source.

Example Usage

data "morpheus_policy" "example_policy" {
  name = "TF Example policy"
}

Schema

Optional

  • id (Number) The ID of the Morpheus policy.
  • name (String) The name of the Morpheus policy.

Read-Only

  • description (String) The description of the policy
  • enabled (Boolean) Whether the policy is enabled
  • policy_type_code (String) The code of the policy type
  • policy_type_name (String) The name of the policy type
  • scope (String) The filter scope of the policy
  • tenant_ids (List of Number) Tenants the policy is assigned to