terraform: use nat gateway on azure (#1655)

* terraform: use nat gateway on azure

* docs: add new azure permission
This commit is contained in:
3u13r 2023-04-17 11:00:35 +02:00 committed by GitHub
parent 0b3190ea8b
commit 14d26e1af4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 29 additions and 17 deletions

View file

@ -140,6 +140,7 @@ To [create a Constellation cluster](../workflows/create.md#the-create-step), you
* `Microsoft.Network/publicIPAddresses/*`
* `Microsoft.Network/virtualNetworks/*`
* `Microsoft.Network/virtualNetworks/subnets/*`
* `Microsoft.Network/natGateways/*`
The built-in `Contributor` role is a superset of these permissions.