File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ terraform-init: # Initialise Terraform - make <env> terraform-init
26
26
27
27
$(eval export TF_VAR_docker_image=${DOCKER_IMAGE}:${DOCKER_IMAGE_TAG})
28
28
29
- terraform-plan : terraform-init # Plan Terraform changes - make <env> terraform-plan
29
+ terraform-plan : terraform-init # Plan Terraform changes - make <env> terraform-plan DOCKER_IMAGE_TAG=abcd123
30
30
terraform -chdir=infrastructure/terraform plan -var-file ../environments/${CONFIG} /variables.tfvars
31
31
32
- terraform-apply : terraform-init # Apply Terraform changes - make <env> terraform-apply
32
+ terraform-apply : terraform-init # Apply Terraform changes - make <env> terraform-apply DOCKER_IMAGE_TAG=abcd123
33
33
terraform -chdir=infrastructure/terraform apply -var-file ../environments/${CONFIG} /variables.tfvars ${AUTO_APPROVE}
34
34
35
35
terraform-destroy : # Destroy Terraform resources - make <env> terraform-destroy
You can’t perform that action at this time.
0 commit comments