CompositionalIT / farmer

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

Bastion hosts standard SKU advanced settings #1080

Closed ninjarobot closed 7 months ago

ninjarobot commented 7 months ago

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:

bastion {
    name "my-bastion"
    link_to_vnet myVnet
    enable_shareable_link true
    enable_tunneling true
    scale_units 5
}