Add synapse 201

This commit is contained in:
murggu
2022-11-08 13:47:23 +01:00
parent ebf66eab0b
commit d65c97c307
17 changed files with 603 additions and 16 deletions

View File

@ -19,6 +19,4 @@ data "http" "ip" {
resource "azurerm_resource_group" "default" {
name = "rg-${local.basename}"
location = var.location
tags = local.tags
}