forked from mengesb/tf_chef_server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
terraform.tfvars.example
60 lines (60 loc) · 1.23 KB
/
terraform.tfvars.example
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
58
59
60
# terraform.tfvars
#
# AWS Settings
#
aws = {
access_key = ""
secret_key = ""
}
aws_network = {
subnet = ""
vpc = ""
}
#aws_region = "us-west-1"
#
# AWS AMI Settings
#
#ami_map = {}
#ami_os = "ubuntu14"
#ami_usermap = {}
#
# tf_chef_server settings
#
#allowed_cidrs = "0.0.0.0/0"
#chef_addons = "manage,push-jobs-server,reporting"
chef_license = "false"
#chef_log = "true"
#chef_org = {
# short = "chef"
# long = "Chef Organization"
#}
chef_ssl = {
cert = ""
key = ""
}
#chef_user = {
# email = "[email protected]"
# first = "Chef"
# last = "Admin"
# username = "chefadmin"
#}
#chef_versions = {
# client = "12.15.19"
# server = "12.9.1"
#}
#instance = {
# hostname = ""
# domain = ""
#}
#instance_flavor = "c3.xlarge"
instance_key = {
file = ""
name = ""
}
#instance_public = ""
#instance_tag_desc = ""
#instance_volume = {}
# size = "20"
# type = "gp2"
# delete = "true"
#}