Skip to content

Commit

Permalink
update portfolio and product ids
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Feb 26, 2026
1 parent b05a711 commit 3242413
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/product/variables.servicecatalog.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down
2 changes: 1 addition & 1 deletion modules/s3/variables.servicecatalog.tf
Original file line number Diff line number Diff line change
@@ -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" {
Expand Down

0 comments on commit 3242413

Please sign in to comment.