diff --git a/modules/ec2/variables.servicecatalog.tf b/modules/ec2/variables.servicecatalog.tf index ce4789e..da1d6be 100644 --- a/modules/ec2/variables.servicecatalog.tf +++ b/modules/ec2/variables.servicecatalog.tf @@ -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" { diff --git a/modules/product/data.tf b/modules/product/data.tf index f1da5c3..7620de1 100644 --- a/modules/product/data.tf +++ b/modules/product/data.tf @@ -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" {} @@ -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 # } \ No newline at end of file