- first commit

This commit is contained in:
Uros Randelovic
2022-08-31 13:47:23 +02:00
parent 4832632b2c
commit 6bd1ba4c6e
5 changed files with 221 additions and 0 deletions

View File

@ -0,0 +1,12 @@
terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = ">=3.0.0"
}
}
}
provider "azurerm" {
features {}
}