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