Azure Automation Connection Certificate
This page shows how to write Terraform and Azure Resource Manager for Automation Connection Certificate and write them securely.
azurerm_automation_connection_certificate (Terraform)
The Connection Certificate in Automation can be configured in Terraform with the resource name azurerm_automation_connection_certificate. The following sections describe how to use the resource and its parameters.
Example Usage from GitHub
An example could not be found in GitHub.
Parameters
-
automation_account_namerequired - string -
automation_certificate_namerequired - string -
descriptionoptional - string -
idoptional computed - string -
namerequired - string -
resource_group_namerequired - string -
subscription_idrequired - string -
timeoutssingle block
Explanation in Terraform Registry
Manages an Automation Connection with type
Azure.
Microsoft.Automation/automationAccounts/connections (Azure Resource Manager)
The automationAccounts/connections in Microsoft.Automation can be configured in Azure Resource Manager with the resource name Microsoft.Automation/automationAccounts/connections. The following sections describe how to use the resource and its parameters.
Example Usage from GitHub
An example could not be found in GitHub.