Skip to content

Commit

Permalink
update product module location
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Mar 3, 2026
1 parent 09b4be7 commit b442d4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/ec2/linux/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion modules/ec2/windows/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b442d4e

Please sign in to comment.