add comment to adjust instance type for tdx

This commit is contained in:
Adrian Stobbe 2024-10-22 11:32:25 +02:00
parent 6a6ed2f1dd
commit e958c2ad45

View File

@ -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