Azure Automation Connection Classic Certificate
This page shows how to write Terraform and Azure Resource Manager for Automation Connection Classic Certificate and write them securely.
azurerm_automation_connection_classic_certificate (Terraform)
The Connection Classic Certificate in Automation can be configured in Terraform with the resource name azurerm_automation_connection_classic_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 -
certificate_asset_namerequired - string -
descriptionoptional - string -
idoptional computed - string -
namerequired - string -
resource_group_namerequired - string -
subscription_idrequired - string -
subscription_namerequired - string -
timeoutssingle block
Explanation in Terraform Registry
Manages an Automation Connection with type
AzureClassicCertificate.
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.