main
tf 5 lines 115 Bytes
Raw
1 resource "azurerm_resource_group" "main" {
2 name = var.name
3 location = var.location
4 tags = var.tags
5 }