Quickstart for WebApp with MySQL backend

This commit is contained in:
Mark Gray
2018-10-27 15:32:15 -07:00
parent a964345544
commit 1a74307d5d
7 changed files with 154 additions and 0 deletions

View File

@ -0,0 +1,5 @@
resource "azurerm_resource_group" "webAppMySqlRg" {
name = "${var.rg}"
location = "${var.loc}"
tags = "${var.tags}"
}