terraform-azurerm-caf
terraform-azurerm-caf copied to clipboard
Feat/postgresql flexible server public network access
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