I think this line will give a naming conflict if you install the infrastructure twice in your azure account: ```hcl resource "azurerm_resource_group" "postgres" { name = "${var.name}-postgresql" } ``` https://github.com/dspace-group/simphera-reference-architecture-azure/blob/0722114e06ce29535d3c25fc92c2eee5cfa3b2f4/modules/simphera_instance/postgresql.tf#L2
I think this line will give a naming conflict if you install the infrastructure twice in your azure account:
simphera-reference-architecture-azure/modules/simphera_instance/postgresql.tf
Line 2 in 0722114