This commit is contained in:
Tom Archer
2024-10-25 15:01:17 -07:00
parent 2e32ee6be9
commit e6c148c0f4
8 changed files with 46 additions and 565 deletions

View File

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