Skip to content
This repository has been archived by the owner on Aug 25, 2021. It is now read-only.

Commit

Permalink
Disable private link policies on the subnet for the openshift terrafo…
Browse files Browse the repository at this point in the history
…rm (#1008)

As described in the tutorial to create openshift clusters on Azure:

https://docs.microsoft.com/en-us/azure/openshift/tutorial-create-cluster
  • Loading branch information
ishustava authored Jun 28, 2021
1 parent 96a81d4 commit 6eabd60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/terraform/openshift/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ resource "azurerm_subnet" "master-subnet" {
resource_group_name = azurerm_resource_group.test[count.index].name
virtual_network_name = azurerm_virtual_network.test[count.index].name
address_prefixes = ["10.0.0.0/23"]
enforce_private_link_service_network_policies = true
enforce_private_link_service_network_policies = false
service_endpoints = ["Microsoft.ContainerRegistry"]
}

Expand Down

0 comments on commit 6eabd60

Please sign in to comment.