File tree Expand file tree Collapse file tree 3 files changed +18
-10
lines changed
examples/features/terraform-hierarchical Expand file tree Collapse file tree 3 files changed +18
-10
lines changed Original file line number Diff line number Diff line change 11---
2- compositions_order :
3- terraform :
4- - account
5- - network
6- - cluster
7- - spinnaker
8- helmfile :
9- - helmfiles
2+ compositions :
3+ order :
4+ terraform :
5+ - account
6+ - network
7+ - cluster
8+ - spinnaker
9+ helmfile :
10+ - helmfiles
Original file line number Diff line number Diff line change 1+ Note that you need the ` .opsconfig.yaml ` file (which is already present in this folder) for this to work.
2+
131 . Run 'terraform plan' for all compositions for a given cluster:
24``` sh
35# generates config and runs terraform
@@ -12,4 +14,9 @@ ops config/env=dev/cluster=cluster1 terraform apply --skip-plan
12143 . Run a single composition:
1315``` sh
1416ops config/env=dev/cluster=cluster1/composition=network terraform apply --skip-plan
15- ```
17+ ```
18+
19+ 4 . If you only want to generate and view the config you can run:
20+ ``` sh
21+ ops config/env=dev/cluster=cluster1/composition=network config
22+ ```
Original file line number Diff line number Diff line change @@ -14,5 +14,5 @@ hvac==0.9.3
1414passgen
1515inflection == 0.3.1
1616kubernetes == 9.0.0
17- himl == 0.2.1
17+ himl == 0.2.2
1818six
You can’t perform that action at this time.
0 commit comments