Skip to content

Commit

Permalink
Revert "pc: Fix Azure NFS test"
Browse files Browse the repository at this point in the history
This reverts commit b36c7fb.
  • Loading branch information
ricardobranco777 committed Sep 20, 2023
1 parent 1be786a commit 0d6bdb0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions data/publiccloud/terraform/azure_nfstest.tf
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,10 @@ resource "azurerm_storage_account_network_rules" "openqa-group" {
virtual_network_subnet_ids = [azurerm_subnet.openqa-subnet.id]
// AZURE LIMITATION: After setting Deny, we need to allow this host otherwise we cannot do changes or delete the resources
ip_rules = [chomp(data.http.myip.response_body)]

private_link_access {
endpoint_resource_id = azurerm_subnet.openqa-subnet.id
}
}


Expand Down

0 comments on commit 0d6bdb0

Please sign in to comment.