From 2025a57ab18dc3fc3ed2f58bdf91ec8d32ae0f57 Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Mon, 2 Mar 2026 17:26:09 -0500 Subject: [PATCH] porfolio id --- modules/ec2/variables.servicecatalog.tf | 2 +- modules/s3/variables.servicecatalog.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ec2/variables.servicecatalog.tf b/modules/ec2/variables.servicecatalog.tf index da1d6be..a7b8722 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-l2v5cyrvr4exa" + default = "port-pgj3zvoqca7ya" } variable "product_id" { diff --git a/modules/s3/variables.servicecatalog.tf b/modules/s3/variables.servicecatalog.tf index 0a1a50e..23ba43d 100644 --- a/modules/s3/variables.servicecatalog.tf +++ b/modules/s3/variables.servicecatalog.tf @@ -1,7 +1,7 @@ variable "portfolio_id" { description = "Portfolio ID for the S3 product" type = string - default = "port-l2v5cyrvr4exa" + default = "port-7qwegwxptuyl2" } variable "product_id" {