Skip to content

Commit

Permalink
fix: updating to proper azuread provider version
Browse files Browse the repository at this point in the history
The `display_name` variable was introduced in v1.2 and `name` will be removed in v2.0 of the `azuread` provider.

https://github.com/hashicorp/terraform-provider-azuread/releases/tag/v1.2.0
  • Loading branch information
Alan Nix committed Jul 13, 2021
1 parent 8560782 commit e16715e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_version = ">= 0.12.31"

required_providers {
azuread = ">= 0.11"
azuread = "~> 1.2"
azurerm = "~> 2.26"
lacework = {
source = "lacework/lacework"
Expand Down

0 comments on commit e16715e

Please sign in to comment.