terraform-azurerm-caf icon indicating copy to clipboard operation
terraform-azurerm-caf copied to clipboard

Feat/postgresql flexible server public network access

Open kevindelmont opened this issue 7 months ago • 0 comments

PR Checklist


  • [ ] I have added example(s) inside the [./examples/] folder
  • [ ] I have added the example(s) to the integration test list for normal (~30 minutes) or long runner >30 minutes
  • [x] I have checked the coding conventions as per the wiki
  • [x] I have checked to ensure there aren't other open Pull Requests for the same update/change?

Description

Added new argument for azurerm_postgresql_flexible_server :

public_network_access_enabled = try(var.settings.public_network_access_enabled, null)

Does this introduce a breaking change

  • [ ] YES
  • [x] NO

kevindelmont avatar Jun 25 '24 09:06 kevindelmont