CompositionalIT / farmer

Repeatable Azure deployments with ARM templates - made easy!
https://compositionalit.github.io/farmer
MIT License
523 stars 157 forks source link

Key Vault: disable_public_network_access #994

Closed BlakeWills closed 1 year ago

BlakeWills commented 1 year ago

This PR closes #

The changes in this PR are as follows:

I have read the contributing guidelines and have completed the following:

If I haven't completed any of the tasks above, I include the reasons why here:

Below is a minimal example configuration that includes the new features, which can be used to deploy to Azure:

let vault =
    keyVault {
        name "my-vault"
        // ...

        // new:
        disable_public_network_access
    }