Skip to content

Commit

Permalink
Merge pull request #112 from DFE-Digital/1839-bug-conflictingpublicne…
Browse files Browse the repository at this point in the history
…tworkaccessandvirtualnetworkconfiguration

[1839] Fix ConflictingPublicNetworkAccessAndVirtualNetworkConfiguration
  • Loading branch information
saliceti authored Aug 14, 2024
2 parents 19dd963 + 779ab63 commit 73a2937
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion aks/postgres/resources.tf
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ resource "azurerm_postgresql_flexible_server" "main" {
# Allow Azure to manage primary and standby server on fail-over. Ignore changes.
high_availability[0].standby_availability_zone,
# Required for import because of https://github.com/hashicorp/terraform-provider-azurerm/issues/15586
create_mode
create_mode,
public_network_access_enabled
]
}
}
Expand Down

0 comments on commit 73a2937

Please sign in to comment.