Skip to content

Commit

Permalink
try different portfolio id
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Feb 27, 2026
1 parent c843310 commit 4c1011b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions modules/ec2/variables.servicecatalog.tf
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
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" {
description = "Product ID. If not provided, will lookup by product_name_pattern"
type = string
default = "prod-43foqxjcq5isw"
default = "prod-2wiklrhg7jmb4"
}

variable "path_id" {
Expand Down
5 changes: 1 addition & 4 deletions modules/product/data.tf
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
data "aws_caller_identity" "current" {}
data "aws_partition" "current" {}
data "aws_arn" "current" {
arn = data.aws_caller_identity.current.arn
}

data "aws_region" "current" {}

Expand All @@ -29,6 +26,6 @@ data "aws_servicecatalog_provisioning_artifacts" "this" {

# # Data source to get the product and its valid paths
# data "aws_servicecatalog_launch_paths" "product" {
# product_id = var.product_id
# product_id = local.product_id
# region = local.region
# }

0 comments on commit 4c1011b

Please sign in to comment.