Fixed 'autopilot' mistake of naming file with an MD extension
This commit is contained in:
15
quickstart/101-resource-group/providers.tf
Normal file
15
quickstart/101-resource-group/providers.tf
Normal file
@ -0,0 +1,15 @@
|
||||
terraform {
|
||||
|
||||
required_version = ">=0.12"
|
||||
|
||||
required_providers {
|
||||
azurerm = {
|
||||
source = "hashicorp/azurerm"
|
||||
version = "~>2.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
provider "azurerm" {
|
||||
features {}
|
||||
}
|
Reference in New Issue
Block a user