rename folder

This commit is contained in:
Kelly Gremban
2022-10-03 09:38:38 -07:00
parent f4775c5bf6
commit 8a9f0ff064
5 changed files with 0 additions and 0 deletions

View File

@ -0,0 +1,18 @@
terraform {
required_version = ">=0.12"
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "~>2.0"
}
random = {
source = "hashicorp/random"
version = "~>3.0"
}
}
}
provider "azurerm" {
features {}
}