Skip to content

Commit

Permalink
Removed targets
Browse files Browse the repository at this point in the history
  • Loading branch information
252afh committed Jul 23, 2024
1 parent c4acfae commit 9891583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ tf_plan: ## Plan terraform
.PHONY: tf_apply
tf_apply: ## Apply terraform
make tf_set_workspace && \
terraform -chdir=./infrastructure/aws/$(instance) apply -var-file=$(CONFIG_DIR)/${env}-input-params.tfvars ${tf_build_args} ${args} -target=module.django-command -target=aws_iam_policy.redbox_policy -target=aws_secretsmanager_secret_version.django-command-json-secret -target=aws_iam_role_policy_attachment.redbox_role_policy -target=aws_security_group_rule.ecs_command_to_core
terraform -chdir=./infrastructure/aws/$(instance) apply -var-file=$(CONFIG_DIR)/${env}-input-params.tfvars ${tf_build_args} ${args}

.PHONY: tf_init_universal
tf_init_universal: ## Initialise terraform
Expand Down

0 comments on commit 9891583

Please sign in to comment.