forked from macky4546/terraform-azurerm-caf-enterprise-scale
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakefile
57 lines (42 loc) · 973 Bytes
/
Makefile
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
#
# Makefile
#
# Azure Pipelines
azp-strategy:
@echo "==> Running script..."
./tests/scripts/azp-strategy.ps1
azp-backend:
@echo "==> Running script..."
./tests/scripts/azp-backend.sh
azp-spn-generator:
@echo "==> Running script..."
./tests/scripts/azp-spn-generator.sh
# Terraform
tf-install:
@echo "==> Running script..."
./tests/scripts/tf-install.sh
tf-prepare:
@echo "==> Running script..."
./tests/scripts/tf-prepare.sh
tf-fmt:
@echo "==> Running script..."
./tests/scripts/tf-fmt.sh
tf-init:
@echo "==> Running script..."
./tests/scripts/tf-init.sh
tf-plan:
@echo "==> Running script..."
./tests/scripts/tf-plan.sh
tf-apply:
@echo "==> Running script..."
./tests/scripts/tf-apply.sh
tf-destroy:
@echo "==> Running script..."
./tests/scripts/tf-destroy.sh
# OPA Conftest
opa-install:
@echo "==> Running script..."
./tests/scripts/opa-install-linux.sh
opa-run-tests:
@echo "==> Running script..."
./tests/scripts/opa-run-tests.sh