Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit 3c445ab

Browse files
committed
Makefile updates for linting
1 parent eec0932 commit 3c445ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/terraform/terraform.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ clean:: # Remove Terraform files (terraform) - optional: terraform_dir|dir=[path
4242

4343
_terraform: # Terraform command wrapper - mandatory: cmd=[command to execute]; optional: dir=[path to a directory where the command will be executed, relative to the project's top-level directory, default is one of the module variables or the example directory, if not set], opts=[options to pass to the Terraform command, default is none/empty]
4444
# 'TERRAFORM_STACK' is passed to the functions as environment variable
45-
TERRAFORM_STACK="$${TERRAFORM_STACK:-$${terraform_stack:-$${STACK:-$${stack:-scripts/terraform/examples/empty.tf}}}}";
45+
TERRAFORM_STACK="$${TERRAFORM_STACK:-$${terraform_stack:-$${STACK:-$${stack:-scripts/terraform/examples}}}}";
4646
dir="$${dir:-$${TERRAFORM_STACK}}";
4747
source scripts/terraform/terraform.lib.sh;
4848
terraform-${cmd}

0 commit comments

Comments
 (0)