Azure - Application Registration Module Introduction This module will create a new Azure Application Registration and generate a Client Key. Naming convention for this service is as follows: ris-azr-app-market-product Providers Name Version azuread >= 0.7.0 null n/a random n/a Inputs Name Description Type Default Required names Names to be applied to resources (inclusive) object({ environment = string location = string market = string product_name = string resource_group_type = string }) n/a yes tags Tags to be applied to resources (inclusive) map(string) n/a yes Outputs Name Description application_id Azure AD application id application_object_id Azure AD application object id service_principal_id Service Principal unique ID service_principal_name Service Principal display name service_principal_secret Azure AD Service Principal secret