mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-31 02:58:44 -04:00
terraform: use nat gateway on azure (#1655)
* terraform: use nat gateway on azure * docs: add new azure permission
This commit is contained in:
parent
0b3190ea8b
commit
14d26e1af4
2 changed files with 29 additions and 17 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue