mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-04-20 07:25:51 -04:00
add comment to adjust instance type for tdx
This commit is contained in:
parent
6a6ed2f1dd
commit
e958c2ad45
@ -21,7 +21,7 @@ locals {
|
||||
location = "northeurope"
|
||||
control_plane_count = 3
|
||||
worker_count = 2
|
||||
instance_type = "Standard_DC4as_v5"
|
||||
instance_type = "Standard_DC4as_v5" // needs to be changed for azure-tdx
|
||||
subscription_id = "00000000-0000-0000-0000-000000000000"
|
||||
|
||||
master_secret = random_bytes.master_secret.hex
|
||||
|
Loading…
x
Reference in New Issue
Block a user