We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1ad918 commit 8febe73Copy full SHA for 8febe73
Makefile
@@ -1,7 +1,7 @@
1
include .env
2
3
.EXPORT_ALL_VARIABLES:
4
-APP_NAME=gsa-perdiem-app1
+APP_NAME=nyt-movies-app1
5
6
TAG=latest
7
TF_VAR_app_name=${APP_NAME}
@@ -20,4 +20,4 @@ deploy-service:
20
cd infra/app && terraform init && terraform apply -auto-approve
21
22
destroy-service:
23
- cd infra/app && terraform init && terraform destroy -auto-approve
+ cd infra/app && terraform init && terraform destroy -auto-approve
0 commit comments