Skip to content

Commit

Permalink
comment path id
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Feb 27, 2026
1 parent 5f2df16 commit e7b68d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ec2/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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.launch_paths[0].id
path_id = data.aws_servicecatalog_product.ec2_product.id
accept_language = var.accept_language
timeout = var.timeout
ignore_errors = var.ignore_errors
Expand Down

0 comments on commit e7b68d0

Please sign in to comment.