Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[1839] Disable public_network_access_enabled on postgres #113

Merged
merged 1 commit into from
Aug 22, 2024

Conversation

saliceti
Copy link
Member

@saliceti saliceti commented Aug 21, 2024

Context

Related to issue: hashicorp/terraform-provider-azurerm#26098

The property must be set explicitly or it defaults to true. All providers have been updated to be able to use it.

Changes proposed in this pull request

  • remove lifecycle to ignore change to public_network_access_enabled
  • Explicitly set public_network_access_enabled to false

Guidance to review

Test branch 1839-temp on ECF
make production terraform-plan CONFIRM_PRODUCTION=y DOCKER_IMAGE=ghcr.io/dfe-digital/early-careers-framework:a9ed25957fb1190234e8289c71576611a401833e
should show no change to postgres

Before merging

Make sure all providers have been updated

Checklist

  • I have performed a self-review of my code, including formatting and typos
  • I have cleaned the commit history
  • I have added the Devops label
  • I have attached the pull request to the trello card

The property must be set explicitly or it defaults to true. All
providers have been updated to be able to use it.
@saliceti saliceti marked this pull request as ready for review August 22, 2024 10:58
@saliceti saliceti merged commit 780680a into main Aug 22, 2024
3 checks passed
@saliceti saliceti deleted the 1839-postgres branch August 22, 2024 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants