Skip to content

Commit

Permalink
add comment to adjust instance type for tdx
Browse files Browse the repository at this point in the history
  • Loading branch information
elchead committed Oct 22, 2024
1 parent 6a6ed2f commit e958c2a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e958c2a

Please sign in to comment.