page_title | subcategory | description |
---|---|---|
morpheus_ansible_tower_integration Resource - terraform-provider-morpheus |
Provides an Ansible Tower integration resource |
Provides an Ansible Tower integration resource
resource "morpheus_ansible_tower_integration" "tf_example_ansible_tower_integration" {
name = "tfexample ansible tower integration"
enabled = true
url = "https://ansibletower01.morpheusdata.com"
username = "admin"
password = "password123"
}
name
(String) The name of the Ansible Tower integrationurl
(String) The url of the Ansible Tower instance
credential_id
(Number) The ID of the credential store entry used for authenticationenabled
(Boolean) Whether the Ansible Tower integration is enabledpassword
(String, Sensitive) The password of the account used to connect to Ansible Towerusername
(String) The username of the account used to connect to Ansible Tower
id
(String) The ID of the Ansible Tower integration
Import is supported using the following syntax:
terraform import morpheus_ansible_tower_integration.tf_example_ansible_tower_integration 1