From e4333983efd0cf29ec33b7af26060cb5b3d2291e Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Tue, 3 Mar 2026 12:48:23 -0500 Subject: [PATCH] try different portfolio id --- 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 a7b8722..da1d6be 100644 --- a/modules/ec2/variables.servicecatalog.tf +++ b/modules/ec2/variables.servicecatalog.tf @@ -1,7 +1,7 @@ variable "portfolio_id" { description = "Portfolio ID. If not provided, will lookup by portfolio_name_pattern" type = string - default = "port-pgj3zvoqca7ya" + default = "port-l2v5cyrvr4exa" } variable "product_id" {