page_title | subcategory | description |
---|---|---|
morpheus_puppet_integration Resource - terraform-provider-morpheus |
Provides an puppet integration resource |
Provides an puppet integration resource
resource "morpheus_puppet_integration" "tf_example_puppet_integration" {
name = "tfexample puppet integration"
enabled = true
puppet_master_hostname = "peserver01.morpheusdata.com"
allow_immediate_execution = true
puppet_master_ssh_username = "root"
puppet_master_ssh_password = "password123"
}
name
(String) The name of the puppet integrationpuppet_master_hostname
(String) The hostname of the puppet server
allow_immediate_execution
(Boolean) Whether to trigger the immediate execution of a puppet agent runenabled
(Boolean) Whether the puppet integration is enabledpuppet_master_ssh_password
(String, Sensitive) The password of the account on the puppet server used to trigger the immediate execution of a puppet agent runpuppet_master_ssh_username
(String) The username of the account on the puppet server used to trigger the immediate execution of a puppet agent run
id
(String) The ID of the puppet integration
Import is supported using the following syntax:
terraform import morpheus_puppet_integration.tf_example_puppet_integration 1