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 69e951f commit f081678Copy full SHA for f081678
.github/workflows/pr-deploy-to-int.yml
@@ -44,7 +44,7 @@ jobs:
44
- name: Terraform Plan
45
working-directory: ./terraform_old
46
run: |
47
- make plan environment=green aws_account_no=int
+ make plan environment=green aws_account_name=int
48
49
# - name: Set up Python
50
# id: setup_python
terraform_old/Makefile
@@ -1,7 +1,7 @@
1
-include .env
2
3
-environment = $(ENVIRONMENT)
4
-aws_profile = $(AWS_PROFILE) #apim-dev # Leave this here for pipeline
+environment ?= $(ENVIRONMENT)
+aws_profile ?= $(AWS_PROFILE) #apim-dev # Leave this here for pipeline
5
tf_cmd = $(if $(AWS_PROFILE),AWS_PROFILE=$(AWS_PROFILE) ,)terraform
6
7
project_name = immunisation
0 commit comments