Skip to content

Commit

Permalink
updated cookiecutter repository and directory paths in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
andreygubarev committed May 16, 2024
1 parent c7332b4 commit 0624d06
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ prerequisities: ## Install Prerequisities

.PHONY: module
module: ## Create a new Terraform Module
cookiecutter gh:andreygubarev/cookiecutter-terraform \
--directory=templates/terraform_module \
cookiecutter gh:andreygubarev/cookiecutters \
--directory=terraform/templates/terraform_module \
--output-dir=modules

.PHONY: workspace
workspace: ## Create a new Terraform Workspace
cookiecutter gh:andreygubarev/cookiecutter-terraform \
--directory=templates/terraform_workspace \
cookiecutter gh:andreygubarev/cookiecutters \
--directory=terraform/templates/terraform_workspace \
--output-dir=workspaces

0 comments on commit 0624d06

Please sign in to comment.