-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathMakefile
More file actions
26 lines (19 loc) · 653 Bytes
/
Makefile
File metadata and controls
26 lines (19 loc) · 653 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
export SOME_ENV := someTest
all: enroll versions terraform clean
enroll:
echo Enrolling /identity_token_goes_here/demo_api_endpoint.jwt. If jwt is not in the correct folder, this step will fail.
docker run --rm \
--volume "${PWD}/identity_token_goes_here:/mnt" \
openziti/quickstart \
/openziti/ziti-bin/ziti edge enroll /mnt/demo_api_endpoint.jwt
terraform:
terraform -chdir=./terraform init
terraform -chdir=./terraform apply
clean:
rm identity_token_goes_here/demo_api_endpoint.json
versions:
aws --version
aws sts get-caller-identity
terraform --version
stream:
export PROMPT="NonpareilDevOps/$$(basename "$$PWD") $$ "