sassoftware / viya4-iac-azure

This project contains Terraform configuration files to provision infrastructure components required to deploy SAS Viya platform products on Microsoft Azure Cloud.
Apache License 2.0
74 stars 89 forks source link

fix: (PSKD-975) Add public_network_access_enabled to azurerm_postgresql_flexible_server resource #411

Closed ajeffowens closed 4 days ago

ajeffowens commented 1 week ago

This PR adds public_network_access_enabled var to azurerm_postgresql_flexible_server module, derived from the existing connectivity_method var. No new input variables.

Testing this with postgres_servers.default.connectivity_method: private produced a private flexpsql server as expected.

Testing with postgres_servers.default.connectivity_method: public has not been completed yet

riragh commented 6 days ago

Verified Flexible PostgreSQL server creation was successful for both of the following cases:

  1. Default method: Flexible server creation with connectivity_method=public
  2. Flexible server creation with connectivity_method=private