Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 1.3 KB

ansible_tower_integration.md

File metadata and controls

49 lines (35 loc) · 1.3 KB
page_title subcategory description
morpheus_ansible_tower_integration Resource - terraform-provider-morpheus
Provides an Ansible Tower integration resource

morpheus_ansible_tower_integration

Provides an Ansible Tower integration resource

Example Usage

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"
}

Schema

Required

  • name (String) The name of the Ansible Tower integration
  • url (String) The url of the Ansible Tower instance

Optional

  • credential_id (Number) The ID of the credential store entry used for authentication
  • enabled (Boolean) Whether the Ansible Tower integration is enabled
  • password (String, Sensitive) The password of the account used to connect to Ansible Tower
  • username (String) The username of the account used to connect to Ansible Tower

Read-Only

  • id (String) The ID of the Ansible Tower integration

Import

Import is supported using the following syntax:

terraform import morpheus_ansible_tower_integration.tf_example_ansible_tower_integration 1