Skip to content

Commit

Permalink
comment out paths data item
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Feb 27, 2026
1 parent 01dca67 commit c843310
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions modules/product/data.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ data "aws_servicecatalog_provisioning_artifacts" "this" {
product_id = local.product_id
}

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

0 comments on commit c843310

Please sign in to comment.