updated providers.tf
This commit is contained in:
parent
f82db3eb77
commit
efb8d0f25c
@ -1,3 +1,14 @@
|
||||
terraform {
|
||||
required_version = ">=1.0"
|
||||
|
||||
required_providers {
|
||||
azurerm = {
|
||||
source = "hashicorp/azurerm"
|
||||
version = "~>3.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
provider "azurerm" {
|
||||
features {}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user