neil-yechenwei 32e167c179 update code
2024-01-02 08:47:14 +08:00

8 lines
227 B
HCL

# This file should include references to data sources, resources, and modules
# required to manage the desired Azure infrastructure.
resource "azurerm_resource_group" "myrg" {
name = var.var1
location = "westeurope"
}