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" {