This repository was archived by the owner on Nov 1, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +46
-6
lines changed Expand file tree Collapse file tree 2 files changed +46
-6
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,11 @@ global:
1616 - us-west-2
1717 reporting : true
1818tests :
19- test1 :
20- parameter_input : quickstart-hashicorp-vault-exampleparams1.json
21- template_file : quickstart-hashicorp-vault-example1.template
22- test2 :
23- parameter_input : quickstart-hashicorp-vault-exampleparams2.json
24- template_file : quickstart-hashicorp-vault-example2.template
19+ consul-vault :
20+ parameter_input : quickstart-hashicorp-vault-master.json
21+ template_file : quickstart-hashicorp-vault-master.template
22+ regions :
23+ - ap-southeast-2
24+ - eu-west-1
25+ - us-west-2
26+ - us-east-1
Original file line number Diff line number Diff line change 1+ [
2+ {
3+ "ParameterKey" : " AccessCIDR" ,
4+ "ParameterValue" : " 54.240.198.33/32"
5+ },
6+ {
7+ "ParameterKey" : " AvailabilityZones" ,
8+ "ParameterValue" : " $[alfred_genaz_3]"
9+ },
10+ {
11+ "ParameterKey" : " ConsulInstanceType" ,
12+ "ParameterValue" : " m3.medium"
13+ },
14+ {
15+ "ParameterKey" : " ConsulClientNodes" ,
16+ "ParameterValue" : " 3"
17+ },
18+ {
19+ "ParameterKey" : " ConsulServerNodes" ,
20+ "ParameterValue" : " 3"
21+ },
22+ {
23+ "ParameterKey" : " KeyPairName" ,
24+ "ParameterValue" : " tonynv"
25+ },
26+ {
27+ "ParameterKey" : " EmailAddress" ,
28+ "ParameterValue" : " none@none.com"
29+ },
30+ {
31+ "ParameterKey" : " VaultInstanceType" ,
32+ "ParameterValue" : " m3.medium"
33+ },
34+ {
35+ "ParameterKey" : " NATInstanceType" ,
36+ "ParameterValue" : " t2.small"
37+ }
38+ ]
You can’t perform that action at this time.
0 commit comments