From b05a711cae45f69c5b8fc8a89e903c8b7372e07c Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Thu, 26 Feb 2026 15:20:56 -0500 Subject: [PATCH] update s3 product id --- modules/s3/variables.servicecatalog.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/s3/variables.servicecatalog.tf b/modules/s3/variables.servicecatalog.tf index d5efc97..ffa4b1f 100644 --- a/modules/s3/variables.servicecatalog.tf +++ b/modules/s3/variables.servicecatalog.tf @@ -7,7 +7,7 @@ variable "portfolio_id" { variable "product_id" { description = "Product ID for the S3 product" type = string - default = "prod-s3bucket123xyz" # Update with actual S3 product ID + default = "prod-tssqrgscxu7da" } variable "path_id" {