Skip to content

ned1313/terraform-azuread-serviceprincipal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

terraform-azuread-serviceprincipal

Terraform module for creating service principals in Azure AD. This module creates an Azure AD application and associated service principal in the Azure AD tenant associated with the Azure AD provider. It also generates a Service Principal secret (password) with an optional expiration time.

Usage

module "sp" {
    source = "ned1313/serviceprincipal/azuread"

    service_principal_name = "my-app"
    service_principal_secret_duration = "720h"
}

About

Terraform module for creating service principals in Azure AD.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages