docs: clarify for Azure TDX with Terraform provider (#3449)

This commit is contained in:
Adrian Stobbe 2024-10-25 14:00:44 +02:00 committed by GitHub
parent 1ed1a627b3
commit 53caa86cb8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 33 additions and 11 deletions

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" // Adjust if using TDX
subscription_id = "00000000-0000-0000-0000-000000000000"
master_secret = random_bytes.master_secret.hex