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
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
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