File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 3535# CHECK TERRAFORM VERSION
3636TERRAFORM := $(shell command -v terraform 2> /dev/null)
3737USER_HOME_DIRECTORY := $(HOME )
38- DEMO_BUILD_DIRECTORY := private-rest-api
38+ DEMO_BUILD_DIRECTORY := deploy-python-flask-microservices-to-aws-using-open-source-tools-part2
3939CODE_COMMIT_DIRECTORY := FlaskDemoRepo
4040BRANCH := main
4141AWS_ACCOUNT_ID := $(shell aws sts get-caller-identity --query "Account" --output text)
@@ -58,14 +58,14 @@ TERRAFORM_VERSION := $(shell terraform --version 2> /dev/null)
5858CODECOMMIT_REPO := $(shell aws codecommit list-repositories \
5959 --query repositories[* ].repositoryName \
6060 --output text)
61- GITHUB_REPO := private-rest-api
62- GITHUB_REPO_TERRAFORM_DIR := private-rest-api /terraform
61+ GITHUB_REPO := deploy-python-flask-microservices-to-aws-using-open-source-tools-part2
62+ GITHUB_REPO_TERRAFORM_DIR := deploy-python-flask-microservices-to-aws-using-open-source-tools-part2 /terraform
6363
6464
65- all : local plan deploy-infra update-infra configure-repo upload-codecommit update-flask-app destroy clean
65+ all : local plan configure-repo upload-codecommit deploy-infra update-infra update-flask-app destroy clean
6666 @echo " $( GRE) INFO: Applying all options"
6767
68- .PHONY : apply clean destroy configure-repo plan upload
68+ .PHONY : plan configure-repo upload-codecommit deploy-infra update-infra update-flask-app destroy clean
6969local :
7070 @terraform --version
7171ifdef TERRAFORM
You can’t perform that action at this time.
0 commit comments