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

8 lines
228 B
HCL

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