From 4692efc6221dd55e82281eb7dc112f6b36048d3c Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Fri, 27 Feb 2026 15:37:50 -0500 Subject: [PATCH] comment path id --- modules/ec2/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ec2/main.tf b/modules/ec2/main.tf index 20d5937..37eb246 100644 --- a/modules/ec2/main.tf +++ b/modules/ec2/main.tf @@ -9,7 +9,7 @@ module "ec2" { # Service Catalog configuration portfolio_id = var.portfolio_id product_id = var.product_id - path_id = data.aws_servicecatalog_product.ec2_product.id + # path_id = data.aws_servicecatalog_product.ec2_product.id accept_language = var.accept_language timeout = var.timeout ignore_errors = var.ignore_errors