Skip to content

Latest commit

 

History

History
50 lines (36 loc) · 2.47 KB

File metadata and controls

50 lines (36 loc) · 2.47 KB

AzureRM App Registration V2

Terraform variables for this module

./ESLZ/app_registrationV2.tfvars

Requirements

No requirements.

Providers

Name Version
azuread n/a
azurerm n/a

Modules

No modules.

Resources

Name Type
azuread_application.aad_app resource
azuread_service_principal.aad_sp resource
azuread_user.owners data source
azurerm_client_config.current data source

Inputs

Name Description Type Default Required
app_registrations AAD App Registration to create any {} no
env (Required) 4 character string defining the environment name prefix for the VM string n/a yes
group (Required) Character string defining the group for the target subscription string n/a yes
location Azure location for the VM string "canadacentral" no
project (Required) Character string defining the project for the target subscription string n/a yes
tags Tags that will be applied to every associated VM resource map(string) {} no
userDefinedString (Required) User defined portion value for the name of the App Registration. string n/a yes

Outputs

Name Description
aad_app_object Azure AD Application object
aad_sp_object Azure AD Service Principal object