diff --git a/modules/product/variables.servicecatalog.tf b/modules/product/variables.servicecatalog.tf index 204c553..16ba64e 100644 --- a/modules/product/variables.servicecatalog.tf +++ b/modules/product/variables.servicecatalog.tf @@ -13,7 +13,7 @@ variable "product_id" { variable "timeout" { description = "Timeout for provisioned product operations (create/update/delete)" type = string - default = "15m" + default = "5m" } variable "accept_language" { diff --git a/modules/s3/variables.servicecatalog.tf b/modules/s3/variables.servicecatalog.tf index ffa4b1f..0a1a50e 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-pgj3zvoqca7ya" + default = "port-l2v5cyrvr4exa" } variable "product_id" {