Quickstart for WebApp with MySQL backend
This commit is contained in:
5
quickstart/WebAppMySql/main.tf
Normal file
5
quickstart/WebAppMySql/main.tf
Normal file
@ -0,0 +1,5 @@
|
||||
resource "azurerm_resource_group" "webAppMySqlRg" {
|
||||
name = "${var.rg}"
|
||||
location = "${var.loc}"
|
||||
tags = "${var.tags}"
|
||||
}
|
Reference in New Issue
Block a user