From 1880726754c592a96b8c4a562ffabf116e131ab1 Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Tue, 3 Mar 2026 15:29:31 -0500 Subject: [PATCH] use different windows product id --- modules/ec2/windows/variables.product.tf | 2 +- modules/ec2/windows/variables.servicecatalog.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ec2/windows/variables.product.tf b/modules/ec2/windows/variables.product.tf index ba7d465..1db09fd 100644 --- a/modules/ec2/windows/variables.product.tf +++ b/modules/ec2/windows/variables.product.tf @@ -9,7 +9,7 @@ variable "instance_type" { variable "os_name" { description = "Operating system version" type = string - default = "RHEL9" + default = "WINDOWS" } variable "requires_backup" { diff --git a/modules/ec2/windows/variables.servicecatalog.tf b/modules/ec2/windows/variables.servicecatalog.tf index f50eea4..a73c076 100644 --- a/modules/ec2/windows/variables.servicecatalog.tf +++ b/modules/ec2/windows/variables.servicecatalog.tf @@ -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" {