6 lines
183 B
HCL
6 lines
183 B
HCL
resource "azurerm_resource_group" "webAppMySqlRg" {
|
|
name = "${var.rg}"
|
|
location = "${var.loc}"
|
|
tags = "${var.tags}"
|
|
}
|