Skip to content

Commit

Permalink
feat(tf_test_files): Add additional provider with tile constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
Noahnc committed Dec 9, 2023
1 parent dbd932e commit 036ee02
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tf_test_files/project2/meta.tf
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
terraform {
required_providers {
azurerm = {
source = "hashicorp/azuread"
source = "hashicorp/azurerm"
version = "0.0.1"
}
azuread = {
source = "hashicorp/azuread"
version = "~>1.1.0"
}
}
}

0 comments on commit 036ee02

Please sign in to comment.