Skip to content

Commit

Permalink
use different windows product id
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Mar 3, 2026
1 parent b442d4e commit 1880726
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 = "RHEL9"
default = "WINDOWS"
}

variable "requires_backup" {
Expand Down
2 changes: 1 addition & 1 deletion modules/ec2/windows/variables.servicecatalog.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ variable "portfolio_id" {
variable "product_id" {
description = "Product ID. If not provided, will lookup by product_name_pattern"
type = string
default = "prod-2dfxmxx3vj7ko"
default = "prod-vbno3ll5bvsfw"
}

variable "path_id" {
Expand Down

0 comments on commit 1880726

Please sign in to comment.