Skip to content

Commit e9e7f18

Browse files
authored
Add azuread provider
1 parent 639e8c9 commit e9e7f18

File tree

1 file changed

+4
-0
lines changed
  • examples/basic-azure-integration

1 file changed

+4
-0
lines changed

examples/basic-azure-integration/main.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ provider "azurerm" {
2020
features {}
2121
}
2222

23+
provider "azuread" {
24+
# Configuration options
25+
}
26+
2327
module "meshplatform" {
2428
source = "meshcloud/meshplatform/azure"
2529

0 commit comments

Comments
 (0)