This repository is a simple collection of simple Terraform examples working with the azuread resource provider to create configurations in a demo Entr

Search code, repositories, users, issues, pull requests...

submited by
Style Pass
2024-09-30 16:30:04

This repository is a simple collection of simple Terraform examples working with the azuread resource provider to create configurations in a demo Entra ID environment, based off values in the file users.csv. The file is configured by default with a handful of random user names and roles, but can be updated to create your own environment configuration.

The goal of presenting content in this way is to make it easy for someone to quickly set up a simple Entra ID test environment, debug issues, and adapt to their own needs without too much effort. Other projects may be a better fit if you'd like a more complex environment!

This structure of multiple, numbered files is to make it simpler for someone new to Terraform and the azuread provider to understand how the pieces of a configuration work to create different settings and objects.

Leave a Comment