page_title | subcategory | description |
---|---|---|
morpheus_resource_pool Data Source - terraform-provider-morpheus |
Provides a Morpheus resource pool data source. |
Provides a Morpheus resource pool data source.
data "morpheus_resource_pool" "morpheus_pool" {
name = "morpheuspool"
cloud_id = data.morpheus_cloud.vspherecloud.id
}
cloud_id
(Number) The id of the Morpheus cloud to search for the resource pool.
id
(Number) The id of the resource poolname
(String) The name of the Morpheus resource pool.
active
(Boolean) Whether the resource pool is enabled or notdescription
(String) The description of the resource pooltype
(String) Optional code for use with policies