page_title | subcategory | description |
---|---|---|
morpheus_group Resource - terraform-provider-morpheus |
Provides a Morpheus group resource. |
Provides a Morpheus group resource.
resource "morpheus_group" "tf_example_group" {
name = "tfgroup"
code = "tfgroup"
location = "denver"
cloud_ids = [1]
}
name
(String) A unique name scoped to your account for the group
cloud_ids
(Set of Number) An array of all the clouds assigned to this groupcode
(String) Optional code for use with policieslocation
(String) Optional location argument for your group
id
(String) The ID of the group
Import is supported using the following syntax:
terraform import morpheus_group.tf_example_group 1