Skip to content

Terraform module to manage an Automation Account connection using a Service Principal

License

Notifications You must be signed in to change notification settings

scalair/terraform-azure-automation-connection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

terraform-azure-automation-connection

Terraform module to manage an Automation Account connection using a Service Principal.

It only supports Service Principal connection type.

Usage

  source = "github.com/scalair/terraform-azure-automation-connection"

  name = "AzureRunAsConnection"
  resource_group_name = "rg-project1-francecentral"
  automation_account_name = "aa-ssl-1cd709"

  application_id = "xxx"
  tenant_id = "xxx"
  subscription_id = "xxx"
  certificate_thumbprint = "xxx"

About

Terraform module to manage an Automation Account connection using a Service Principal

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages