create providers.tf
This commit is contained in:
parent
7b381c92db
commit
1ba0df3660
@ -1,19 +1,3 @@
|
|||||||
terraform {
|
|
||||||
|
|
||||||
required_version = ">=0.12"
|
|
||||||
|
|
||||||
required_providers {
|
|
||||||
azurerm = {
|
|
||||||
source = "hashicorp/azurerm"
|
|
||||||
version = ">=2.97.0"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
provider "azurerm" {
|
|
||||||
features {}
|
|
||||||
}
|
|
||||||
|
|
||||||
resource "azurerm_resource_group" "rg1" {
|
resource "azurerm_resource_group" "rg1" {
|
||||||
name = "myResourceGroupAG"
|
name = "myResourceGroupAG"
|
||||||
location = "eastus"
|
location = "eastus"
|
||||||
|
15
quickstart/101-application-gateway/provider.tf
Normal file
15
quickstart/101-application-gateway/provider.tf
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
terraform {
|
||||||
|
|
||||||
|
required_version = ">=0.12"
|
||||||
|
|
||||||
|
required_providers {
|
||||||
|
azurerm = {
|
||||||
|
source = "hashicorp/azurerm"
|
||||||
|
version = ">=2.97.0"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
provider "azurerm" {
|
||||||
|
features {}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user