2018-10-27 15:32:15 -07:00

6 lines
183 B
HCL

resource "azurerm_resource_group" "webAppMySqlRg" {
name = "${var.rg}"
location = "${var.loc}"
tags = "${var.tags}"
}