page_title | subcategory | description |
---|---|---|
morpheus_vro_integration Resource - terraform-provider-morpheus |
Provides a vRealize Orchestrator integration resource |
Provides a vRealize Orchestrator integration resource
resource "morpheus_vro_integration" "tf_example_vro_integration" {
name = "tfexample vro"
enabled = true
url = "https://myvro/vco/api"
username = "my-vro-username"
password = "my-vro-password"
auth_type = "basic"
tenant = "vsphere.local"
}
auth_type
(String) The authentication type for the vRO integrationname
(String) The name of the vRO integrationpassword
(String, Sensitive) The password of the account used to connect to vROtenant
(String) The tenant of the account used to connect to vROurl
(String) The url of the vRO serverusername
(String) The username of the account used to connect to vRO
enabled
(Boolean) Whether the vRO integration is enabled
id
(String) The ID of the vRO integration
Import is supported using the following syntax:
terraform import morpheus_vro_integration.tf_example_vro_integration 1