diff --git a/terraform-provider-constellation/examples/full/azure/main.tf b/terraform-provider-constellation/examples/full/azure/main.tf index f1f5679402..4b25e3acc3 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