Skip to content

Commit

Permalink
CCM-5836 fix tf fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenvaines-bjss committed Jul 23, 2024
1 parent 37c0f77 commit 87a2396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/terraform/terraform.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

TF_ENV ?= dev
STACK ?= ${stack}
TERRAFORM_STACK ?= $(or ${STACK}, infrastructure/environments/${TF_ENV})
TERRAFORM_STACK ?= $(or ${STACK}, infrastructure/terraform)
dir ?= ${TERRAFORM_STACK}

terraform-init: # Initialise Terraform - optional: terraform_dir|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], terraform_opts|opts=[options to pass to the Terraform init command, default is none/empty] @Development
Expand Down

0 comments on commit 87a2396

Please sign in to comment.