Terraform module that creates an Azure Active Directory Application to provide Lacework read-only access to Azure Subscriptions and Tenants. Lacework logins to Azure using a service principal (an App Registration) with Directory.Read.All on MS Graph API which can also be achieved using a Directory Reader role on Azure AD
Name | Version |
---|---|
terraform | >= 0.14 |
azuread | ~> 2.25 |
Name | Version |
---|---|
azuread | ~> 2.25 |
Name | Type |
---|---|
azuread_application.lacework | resource |
azuread_application_password.client_secret | resource |
azuread_directory_role.dir_reader | resource |
azuread_directory_role_assignment.lacework_dir_reader | resource |
azuread_service_principal.lacework | resource |
azuread_client_config.current | data source |