microsoft / terraform-azurerm-environment-configuration

MIT License
7 stars 5 forks source link

#18 Missing Azure SQL Database (Microsoft.Sql/servers) DNS zones #19

Closed jonnyry closed 3 months ago

jonnyry commented 3 months ago

See #18

jonnyry commented 3 months ago

Hi @marrobi is this something you can merge? Thanks

jonnyry commented 3 months ago

Thanks 🙂

jonnyry commented 3 months ago

@marrobi could you create a 0.5.0 release?

All of the import code in the TRE pulls from a release version, so would be preferable to change to a release, rather than reverting to main:

module "terraform_azurerm_environment_configuration" {
  source          = "git::https://github.com/microsoft/terraform-azurerm-environment-configuration.git?ref=0.2.0"
  arm_environment = var.arm_environment
}