Generated sample from henglu examples

This commit is contained in:
Tom Archer
2024-02-06 06:00:35 -08:00
committed by lonegunmanb
parent 482e26632b
commit 4958b3bdff
5 changed files with 243 additions and 0 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 {}
}