forked from gatorjh/hashicat-aws
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcurls.txt
27 lines (24 loc) · 858 Bytes
/
curls.txt
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
27
curl \
--header "Authorization: Bearer $TOKEN" \
--header "Content-Type: application/vnd.api+json" \
--request POST \
--data @var-height.json \
https://app.terraform.io/api/v2/workspaces/ws-yhx9QkzSdrunfHtK/vars
curl \
--header "Authorization: Bearer $TOKEN" \
--header "Content-Type: application/vnd.api+json" \
--request POST \
--data @var-placeholder.json \
https://app.terraform.io/api/v2/workspaces/ws-yhx9QkzSdrunfHtK/vars
curl \
--header "Authorization: Bearer $TOKEN" \
--header "Content-Type: application/vnd.api+json" \
--request POST \
--data @var-width.json \
https://app.terraform.io/api/v2/workspaces/ws-yhx9QkzSdrunfHtK/vars
curl \
--header "Authorization: Bearer $TOKEN" \
--header "Content-Type: application/vnd.api+json" \
--request POST \
--data @apply.json \
https://app.terraform.io/api/v2/runs