We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce363ae commit 624b731Copy full SHA for 624b731
1 file changed
Makefile
@@ -1,6 +1,6 @@
1
AWS_PROFILE ?= default
2
-CLUSTER_NAME = tofu -chdir=terraform output cluster_name
3
-S3_BACKUP_ROLE = tofu -chdir=terraform output s3_backup_role
+CLUSTER_NAME = $(shell tofu -chdir=terraform output cluster_name)
+S3_BACKUP_ROLE = $(shell tofu -chdir=terraform output s3_backup_role)
4
5
PGO_CHART_VERSION = 5.7.4
6
EOAPI_CHART_VERSION = 0.7.1
0 commit comments