Skip to content

Commit

Permalink
Added VM Image Definition
Browse files Browse the repository at this point in the history
  • Loading branch information
Abby Artagame committed Nov 12, 2024
1 parent f3d1e53 commit 3337f6f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tf/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ resource "azurerm_shared_image" "customImageDefinition" {
hyper_v_generation = "V2"
architecture = "x64"
trusted_launch_enabled = true
specialized = "Generalized"
min_recommended_vcpu_count = 1
max_recommended_vcpu_count = 16
min_recommended_memory_in_gb = 1
Expand Down

0 comments on commit 3337f6f

Please sign in to comment.