Skip to content

Commit

Permalink
update OSName to MS2022
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Mar 3, 2026
1 parent b759355 commit 952f7a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ec2/windows/variables.product.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ variable "instance_type" {
variable "os_name" {
description = "Operating system version"
type = string
default = "WINDOWS"
default = "MS2022"
}

variable "requires_backup" {
Expand Down

0 comments on commit 952f7a9

Please sign in to comment.