mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-09-28 23:09:36 -04:00
docs: clarify for Azure TDX with Terraform provider (#3449)
This commit is contained in:
parent
1ed1a627b3
commit
53caa86cb8
3 changed files with 33 additions and 11 deletions
|
@ -21,7 +21,7 @@ locals {
|
|||
location = "northeurope"
|
||||
control_plane_count = 3
|
||||
worker_count = 2
|
||||
instance_type = "Standard_DC4as_v5"
|
||||
instance_type = "Standard_DC4as_v5" // Adjust if using TDX
|
||||
subscription_id = "00000000-0000-0000-0000-000000000000"
|
||||
|
||||
master_secret = random_bytes.master_secret.hex
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue