From e958c2ad45f2cc93bd36c3eea032290ba34a887b Mon Sep 17 00:00:00 2001 From: Adrian Stobbe Date: Tue, 22 Oct 2024 11:32:25 +0200 Subject: [PATCH] add comment to adjust instance type for tdx --- terraform-provider-constellation/examples/full/azure/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform-provider-constellation/examples/full/azure/main.tf b/terraform-provider-constellation/examples/full/azure/main.tf index f1f567940..4b25e3acc 100644 --- a/terraform-provider-constellation/examples/full/azure/main.tf +++ b/terraform-provider-constellation/examples/full/azure/main.tf @@ -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