Git Product home page Git Product logo

terraform-azure-ad-manager's Introduction

Terraform Azure AD

A terraform module that handles Azure AD resources like (applications, users, groups, service principals, role definitions and role assignments)

Requirements

Name Version
terraform >= 0.13.04
azurerm =2.20.0

Providers

Name Version
azuread n/a
azurerm =2.20.0
random n/a

Inputs

Name Description Type Default Required
applications Applications to be registered
map(object({
homepage : string
identifier_uris : list(string)
reply_urls : list(string)
available_to_other_tenants : bool
oauth2_allow_implicit_flow : bool
type : string
}))
n/a yes
groups Azure AD groups
map(object({
description : string
members : list(string)
owners : list(string)
}))
n/a yes
role_definitions Custom role definitions
map(object({
scope : string
description : string
permissions : object({
actions : list(string)
not_actions : list(string)
})
assignable_scopes : list(string)
}))
n/a yes
service_principals Service principals to be created
map(object({
description : string
application_name : string
app_role_assignment_required : bool
end_date : string
tags : list(string)
}))
n/a yes
service_principals_role_assignments Role assignments for service principals
map(object({
scope : string
role_name : string
principal_name : string
}))
n/a yes
users Azure Active Directory users
map(object({
display_name : string
email : string
mail_nickname : string
force_password_change : bool
account_enabled : bool
}))
n/a yes
users_role_assignments Role assignments for ad users
map(object({
scope : string
role_name : string
principal_name : string
}))
n/a yes

Outputs

Name Description
applications n/a
groups n/a
role_definitions n/a
service_principals n/a
service_principals_role_assignments n/a
users n/a
users_role_assignments n/a

terraform-azure-ad-manager's People

Watchers

 avatar  avatar

Forkers

ryanoatz99

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.