Skip to content

Commit

Permalink
feat: replaced path alias
Browse files Browse the repository at this point in the history
  • Loading branch information
demeyerthom committed Sep 11, 2024
1 parent cabc280 commit 38a4bc2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ locals {

# Component: component
module "component" {
source = "/home/thomas/Projects/mach-composer/mach-composer-cli/internal/cmd/testdata/modules/application"
source = "{{ .PWD }}/testdata/modules/application"
variables = {
component_variable = "component_variable_value"
global_variable = "global_variable_value"
Expand Down

0 comments on commit 38a4bc2

Please sign in to comment.