From b442d4ed3d1b35c90a354e2aca7b0c292d084de1 Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Tue, 3 Mar 2026 15:22:13 -0500 Subject: [PATCH] update product module location --- modules/ec2/linux/main.tf | 2 +- modules/ec2/windows/main.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ec2/linux/main.tf b/modules/ec2/linux/main.tf index 7313160..efc1f5e 100644 --- a/modules/ec2/linux/main.tf +++ b/modules/ec2/linux/main.tf @@ -4,7 +4,7 @@ # This is a thin wrapper around the product module with EC2-specific parameters module "ec2" { - source = "../product" + source = "../../product" # Service Catalog configuration portfolio_id = var.portfolio_id diff --git a/modules/ec2/windows/main.tf b/modules/ec2/windows/main.tf index 7313160..efc1f5e 100644 --- a/modules/ec2/windows/main.tf +++ b/modules/ec2/windows/main.tf @@ -4,7 +4,7 @@ # This is a thin wrapper around the product module with EC2-specific parameters module "ec2" { - source = "../product" + source = "../../product" # Service Catalog configuration portfolio_id = var.portfolio_id