From 758f7f389d2c9ea371b61c0f81b09f999a1278a8 Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Tue, 3 Mar 2026 12:52:06 -0500 Subject: [PATCH] update product id also --- modules/ec2/variables.servicecatalog.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ec2/variables.servicecatalog.tf b/modules/ec2/variables.servicecatalog.tf index da1d6be..c159796 100644 --- a/modules/ec2/variables.servicecatalog.tf +++ b/modules/ec2/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-2wiklrhg7jmb4" + default = "prod-43foqxjcq5isw" } variable "path_id" {