Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 902 Bytes

File metadata and controls

46 lines (32 loc) · 902 Bytes
page_title subcategory description
morpheus_group Resource - terraform-provider-morpheus
Provides a Morpheus group resource.

morpheus_group

Provides a Morpheus group resource.

Example Usage

resource "morpheus_group" "tf_example_group" {
  name      = "tfgroup"
  code      = "tfgroup"
  location  = "denver"
  cloud_ids = [1]
}

Schema

Required

  • name (String) A unique name scoped to your account for the group

Optional

  • cloud_ids (Set of Number) An array of all the clouds assigned to this group
  • code (String) Optional code for use with policies
  • location (String) Optional location argument for your group

Read-Only

  • id (String) The ID of the group

Import

Import is supported using the following syntax:

terraform import morpheus_group.tf_example_group 1