demo_solution/modules/repo_terraform.azurerm.rg/main.tf (
5
lines of code) (
raw
):
resource "azurerm_resource_group" "rg" { name = var.name location = var.location tags = var.tags }