Skip to content
This repository has been archived by the owner on Nov 27, 2020. It is now read-only.

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudlh authored Jul 6, 2020
1 parent fc3a7de commit e64ef67
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,13 @@ provider azurerm {
features {}
}

terraform {
required_providers {
azurecaf = {
source = "aztfmod/azurecaf"
}
}
}


data "azurerm_subscription" "primary" {}

0 comments on commit e64ef67

Please sign in to comment.