Skip to content

Instantly share code, notes, and snippets.

View venura9's full-sized avatar
:octocat:
Sup!?

Venura Athukorala venura9

:octocat:
Sup!?
View GitHub Profile
@joatmon08
joatmon08 / app.tf
Last active March 13, 2024 10:40
Terraform Example for Azure App Gateway & App Service
locals {
app_services = [
{
kind = "Linux"
sku = {
tier = "Standard"
size = "S1"
}
},
{