/azureadterraformmodule

Answering a question from my blog

Primary LanguageHCLApache License 2.0Apache-2.0

azuread / terraform / module

This repo was created an answer a question on my blog.

The question was related to implementing this post into a module.

Installation

Run the following commands to execute this terraform from the root directory of the repository:

terraform init

terraform plan -out tf.plan

terraform apply tf.plan

You should see the output:

Apply complete! Resources: 0 added, 0 changed, 0 destroyed.

Outputs:

object_id = My Resource Name