sparkle_formation 3.0.32 → 3.0.34
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/LICENSE +1 -1
- data/lib/sparkle_formation/provider/terraform.rb +9 -1
- data/lib/sparkle_formation/resources.rb +7 -0
- data/lib/sparkle_formation/resources/aws.rb +18 -24
- data/lib/sparkle_formation/resources/aws_resources.json +2107 -186
- data/lib/sparkle_formation/resources/azure_resources.json +16497 -5796
- data/lib/sparkle_formation/resources/heat_resources.json +190 -4
- data/lib/sparkle_formation/resources/terraform.rb +16 -0
- data/lib/sparkle_formation/resources/terraform_account_resources.json +24 -0
- data/lib/sparkle_formation/resources/terraform_acme_resources.json +59 -0
- data/lib/sparkle_formation/resources/terraform_alicloud_resources.json +4023 -0
- data/lib/sparkle_formation/resources/terraform_arukas_resources.json +49 -0
- data/lib/sparkle_formation/resources/terraform_aws_resources.json +15899 -0
- data/lib/sparkle_formation/resources/terraform_azure_resources.json +572 -0
- data/lib/sparkle_formation/resources/terraform_azurerm_resources.json +6632 -0
- data/lib/sparkle_formation/resources/terraform_azurestack_resources.json +1231 -0
- data/lib/sparkle_formation/resources/terraform_bigip_resources.json +1004 -0
- data/lib/sparkle_formation/resources/terraform_bitbucket_resources.json +123 -0
- data/lib/sparkle_formation/resources/terraform_brightbox_resources.json +283 -0
- data/lib/sparkle_formation/resources/terraform_bucket_resources.json +24 -0
- data/lib/sparkle_formation/resources/terraform_chef_resources.json +132 -0
- data/lib/sparkle_formation/resources/terraform_circonus_resources.json +406 -0
- data/lib/sparkle_formation/resources/terraform_clc_resources.json +222 -0
- data/lib/sparkle_formation/resources/terraform_cloudflare_resources.json +638 -0
- data/lib/sparkle_formation/resources/terraform_cloudscale_resources.json +96 -0
- data/lib/sparkle_formation/resources/terraform_cloudstack_resources.json +888 -0
- data/lib/sparkle_formation/resources/terraform_cobbler_resources.json +589 -0
- data/lib/sparkle_formation/resources/terraform_consul_resources.json +297 -0
- data/lib/sparkle_formation/resources/terraform_databases_resources.json +14 -0
- data/lib/sparkle_formation/resources/terraform_datadog_resources.json +385 -0
- data/lib/sparkle_formation/resources/terraform_digitalocean_resources.json +408 -0
- data/lib/sparkle_formation/resources/terraform_dme_resources.json +29 -0
- data/lib/sparkle_formation/resources/terraform_dns_resources.json +137 -0
- data/lib/sparkle_formation/resources/terraform_dnsimple_resources.json +39 -0
- data/lib/sparkle_formation/resources/terraform_docker_resources.json +266 -0
- data/lib/sparkle_formation/resources/terraform_dyn_resources.json +34 -0
- data/lib/sparkle_formation/resources/terraform_fastly_resources.json +124 -0
- data/lib/sparkle_formation/resources/terraform_flexibleengine_resources.json +2915 -0
- data/lib/sparkle_formation/resources/terraform_github_resources.json +449 -0
- data/lib/sparkle_formation/resources/terraform_gitlab_resources.json +267 -0
- data/lib/sparkle_formation/resources/terraform_google_resources.json +2485 -0
- data/lib/sparkle_formation/resources/terraform_grafana_resources.json +135 -0
- data/lib/sparkle_formation/resources/terraform_hcloud_resources.json +201 -0
- data/lib/sparkle_formation/resources/terraform_heroku_resources.json +447 -0
- data/lib/sparkle_formation/resources/terraform_huaweicloud_resources.json +2508 -0
- data/lib/sparkle_formation/resources/terraform_icinga2_resources.json +100 -0
- data/lib/sparkle_formation/resources/terraform_influxdb_resources.json +68 -0
- data/lib/sparkle_formation/resources/terraform_kubernetes_resources.json +277 -0
- data/lib/sparkle_formation/resources/terraform_librato_resources.json +167 -0
- data/lib/sparkle_formation/resources/terraform_linode_resources.json +252 -0
- data/lib/sparkle_formation/resources/terraform_local_resources.json +19 -0
- data/lib/sparkle_formation/resources/terraform_logentries_resources.json +56 -0
- data/lib/sparkle_formation/resources/terraform_logicmonitor_resources.json +140 -0
- data/lib/sparkle_formation/resources/terraform_mailgun_resources.json +29 -0
- data/lib/sparkle_formation/resources/terraform_mysql_resources.json +143 -0
- data/lib/sparkle_formation/resources/terraform_netlify_resources.json +90 -0
- data/lib/sparkle_formation/resources/terraform_newrelic_resources.json +298 -0
- data/lib/sparkle_formation/resources/terraform_nomad_resources.json +149 -0
- data/lib/sparkle_formation/resources/terraform_ns1_resources.json +320 -0
- data/lib/sparkle_formation/resources/terraform_nsxt_resources.json +813 -0
- data/lib/sparkle_formation/resources/terraform_nutanix_resources.json +596 -0
- data/lib/sparkle_formation/resources/terraform_oci_resources.json +3567 -0
- data/lib/sparkle_formation/resources/terraform_oneandone_resources.json +221 -0
- data/lib/sparkle_formation/resources/terraform_opc_resources.json +1224 -0
- data/lib/sparkle_formation/resources/terraform_openstack_resources.json +3293 -0
- data/lib/sparkle_formation/resources/terraform_opentelekomcloud_resources.json +2881 -0
- data/lib/sparkle_formation/resources/terraform_opsgenie_resources.json +56 -0
- data/lib/sparkle_formation/resources/terraform_oraclepaas_resources.json +551 -0
- data/lib/sparkle_formation/resources/terraform_ovh_resources.json +541 -0
- data/lib/sparkle_formation/resources/terraform_packet_resources.json +295 -0
- data/lib/sparkle_formation/resources/terraform_pagerduty_resources.json +329 -0
- data/lib/sparkle_formation/resources/terraform_panos_resources.json +2686 -0
- data/lib/sparkle_formation/resources/terraform_postgresql_resources.json +181 -0
- data/lib/sparkle_formation/resources/terraform_powerdns_resources.json +34 -0
- data/lib/sparkle_formation/resources/terraform_profitbricks_resources.json +523 -0
- data/lib/sparkle_formation/resources/terraform_projects_resources.json +24 -0
- data/lib/sparkle_formation/resources/terraform_rabbitmq_resources.json +161 -0
- data/lib/sparkle_formation/resources/terraform_rancher_resources.json +310 -0
- data/lib/sparkle_formation/resources/terraform_random_resources.json +167 -0
- data/lib/sparkle_formation/resources/terraform_rightscale_resources.json +796 -0
- data/lib/sparkle_formation/resources/terraform_ring_resources.json +24 -0
- data/lib/sparkle_formation/resources/terraform_rundeck_resources.json +175 -0
- data/lib/sparkle_formation/resources/terraform_runscope_resources.json +167 -0
- data/lib/sparkle_formation/resources/terraform_scaleway_resources.json +267 -0
- data/lib/sparkle_formation/resources/terraform_ses_resources.json +24 -0
- data/lib/sparkle_formation/resources/terraform_sfn_resources.json +36 -0
- data/lib/sparkle_formation/resources/terraform_softlayer_resources.json +136 -0
- data/lib/sparkle_formation/resources/terraform_spotinst_resources.json +237 -0
- data/lib/sparkle_formation/resources/terraform_statuscake_resources.json +159 -0
- data/lib/sparkle_formation/resources/terraform_subnetwork_resources.json +24 -0
- data/lib/sparkle_formation/resources/terraform_telefonicaopencloud_resources.json +1558 -0
- data/lib/sparkle_formation/resources/terraform_template_resources.json +24 -0
- data/lib/sparkle_formation/resources/terraform_tencentcloud_resources.json +656 -0
- data/lib/sparkle_formation/resources/terraform_tfe_resources.json +306 -0
- data/lib/sparkle_formation/resources/terraform_tls_resources.json +120 -0
- data/lib/sparkle_formation/resources/terraform_triton_resources.json +291 -0
- data/lib/sparkle_formation/resources/terraform_ultradns_resources.json +222 -0
- data/lib/sparkle_formation/resources/terraform_vault_resources.json +1414 -0
- data/lib/sparkle_formation/resources/terraform_vcd_resources.json +311 -0
- data/lib/sparkle_formation/resources/terraform_vsphere_resources.json +1076 -0
- data/lib/sparkle_formation/sparkle_attribute/aws.rb +78 -32
- data/lib/sparkle_formation/sparkle_attribute/terraform.rb +24 -5
- data/lib/sparkle_formation/sparkle_formation.rb +18 -4
- data/lib/sparkle_formation/version.rb +1 -1
- data/sparkle_formation.gemspec +23 -23
- metadata +97 -5
@@ -0,0 +1,123 @@
|
|
1
|
+
{
|
2
|
+
"bitbucket_default_reviewers": {
|
3
|
+
"full_properties": {
|
4
|
+
"owner": {
|
5
|
+
"description": "The owner of this repository. Can be you or any team you",
|
6
|
+
"required": true
|
7
|
+
},
|
8
|
+
"repository": {
|
9
|
+
"description": "The name of the repository.",
|
10
|
+
"required": true
|
11
|
+
},
|
12
|
+
"reviewers": {
|
13
|
+
"description": "A list of reviewers to use.",
|
14
|
+
"required": true
|
15
|
+
}
|
16
|
+
},
|
17
|
+
"path": "/docs/providers/bitbucket/r/default_reviewers.html",
|
18
|
+
"properties": [
|
19
|
+
"owner",
|
20
|
+
"repository",
|
21
|
+
"reviewers"
|
22
|
+
]
|
23
|
+
},
|
24
|
+
"bitbucket_hook": {
|
25
|
+
"full_properties": {
|
26
|
+
"description": {
|
27
|
+
"description": "The name / description to show in the UI.",
|
28
|
+
"required": true
|
29
|
+
},
|
30
|
+
"events": {
|
31
|
+
"description": "The event you want to react on.",
|
32
|
+
"required": true
|
33
|
+
},
|
34
|
+
"owner": {
|
35
|
+
"description": "The owner of this repository. Can be you or any team you",
|
36
|
+
"required": true
|
37
|
+
},
|
38
|
+
"repository": {
|
39
|
+
"description": "The name of the repository.",
|
40
|
+
"required": true
|
41
|
+
},
|
42
|
+
"url": {
|
43
|
+
"description": "Where to POST to.",
|
44
|
+
"required": true
|
45
|
+
}
|
46
|
+
},
|
47
|
+
"path": "/docs/providers/bitbucket/r/hook.html",
|
48
|
+
"properties": [
|
49
|
+
"owner",
|
50
|
+
"repository",
|
51
|
+
"url",
|
52
|
+
"description",
|
53
|
+
"events"
|
54
|
+
]
|
55
|
+
},
|
56
|
+
"bitbucket_repository": {
|
57
|
+
"full_properties": {
|
58
|
+
"description": {
|
59
|
+
"description": "What the description of the repo is.",
|
60
|
+
"required": false
|
61
|
+
},
|
62
|
+
"fork_policy": {
|
63
|
+
"description": "What the fork policy should be. Defaults to",
|
64
|
+
"required": false
|
65
|
+
},
|
66
|
+
"has_issues": {
|
67
|
+
"description": "If this should have issues turned on or not.",
|
68
|
+
"required": false
|
69
|
+
},
|
70
|
+
"has_wiki": {
|
71
|
+
"description": "If this should have wiki turned on or not.",
|
72
|
+
"required": false
|
73
|
+
},
|
74
|
+
"is_private": {
|
75
|
+
"description": "If this should be private or not. Defaults to true.",
|
76
|
+
"required": false
|
77
|
+
},
|
78
|
+
"language": {
|
79
|
+
"description": "What the language of this repository should be.",
|
80
|
+
"required": false
|
81
|
+
},
|
82
|
+
"name": {
|
83
|
+
"description": "The name of the repository.",
|
84
|
+
"required": true
|
85
|
+
},
|
86
|
+
"owner": {
|
87
|
+
"description": "The owner of this repository. Can be you or any team you",
|
88
|
+
"required": true
|
89
|
+
},
|
90
|
+
"project_key": {
|
91
|
+
"description": "If you want to have this repo associated with a",
|
92
|
+
"required": false
|
93
|
+
},
|
94
|
+
"scm": {
|
95
|
+
"description": "What SCM you want to use. Valid options are hg or git.",
|
96
|
+
"required": false
|
97
|
+
},
|
98
|
+
"slug": {
|
99
|
+
"description": "The slug of the repository.",
|
100
|
+
"required": false
|
101
|
+
},
|
102
|
+
"website": {
|
103
|
+
"description": "URL of website associated with this repository.",
|
104
|
+
"required": false
|
105
|
+
}
|
106
|
+
},
|
107
|
+
"path": "/docs/providers/bitbucket/r/repository.html",
|
108
|
+
"properties": [
|
109
|
+
"owner",
|
110
|
+
"name",
|
111
|
+
"slug",
|
112
|
+
"scm",
|
113
|
+
"is_private",
|
114
|
+
"website",
|
115
|
+
"language",
|
116
|
+
"has_issues",
|
117
|
+
"has_wiki",
|
118
|
+
"project_key",
|
119
|
+
"fork_policy",
|
120
|
+
"description"
|
121
|
+
]
|
122
|
+
}
|
123
|
+
}
|
@@ -0,0 +1,283 @@
|
|
1
|
+
{
|
2
|
+
"brightbox_cloudip": {
|
3
|
+
"full_properties": {
|
4
|
+
"name": {
|
5
|
+
"description": "a label to assign to the CloudIP",
|
6
|
+
"required": false
|
7
|
+
},
|
8
|
+
"reverse_dns": {
|
9
|
+
"description": "The reverse DNS entry for the CloudIP",
|
10
|
+
"required": false
|
11
|
+
},
|
12
|
+
"target": {
|
13
|
+
"description": "The CloudIP mapping target. This is the interface from a server, or the id of a load balancer or cloud sql resource",
|
14
|
+
"required": true
|
15
|
+
}
|
16
|
+
},
|
17
|
+
"path": "/docs/providers/brightbox/r/cloudip.html",
|
18
|
+
"properties": [
|
19
|
+
"target",
|
20
|
+
"name",
|
21
|
+
"reverse_dns"
|
22
|
+
]
|
23
|
+
},
|
24
|
+
"brightbox_container": {
|
25
|
+
"full_properties": {
|
26
|
+
"description": {
|
27
|
+
"description": "A further description of the Container",
|
28
|
+
"required": false
|
29
|
+
},
|
30
|
+
"name": {
|
31
|
+
"description": "A label assigned to the Container",
|
32
|
+
"required": true
|
33
|
+
},
|
34
|
+
"orbit_url": {
|
35
|
+
"description": "The Orbit URL you wish to talk to. This defaults to either https://orbit.brightbox.com/v1/ or the contents of the BRIGHTBOX_ORBIT_URL environment variable if set.",
|
36
|
+
"required": false
|
37
|
+
}
|
38
|
+
},
|
39
|
+
"path": "/docs/providers/brightbox/r/container.html",
|
40
|
+
"properties": [
|
41
|
+
"name",
|
42
|
+
"description",
|
43
|
+
"orbit_url"
|
44
|
+
]
|
45
|
+
},
|
46
|
+
"brightbox_database_server": {
|
47
|
+
"full_properties": {
|
48
|
+
"allow_access": {
|
49
|
+
"description": "- A list of server group ids, server ids or IPv4 address references the database server should be accessible from. There must be at least one entry in the list",
|
50
|
+
"required": true
|
51
|
+
},
|
52
|
+
"database_engine": {
|
53
|
+
"description": "Database engine to request. Default is mysql.",
|
54
|
+
"required": false
|
55
|
+
},
|
56
|
+
"database_type": {
|
57
|
+
"description": "ID of the Database Type required.",
|
58
|
+
"required": false
|
59
|
+
},
|
60
|
+
"database_version": {
|
61
|
+
"description": "Database version to request. Default is 5.5.",
|
62
|
+
"required": false
|
63
|
+
},
|
64
|
+
"description": {
|
65
|
+
"description": "A further description of the Database Server",
|
66
|
+
"required": false
|
67
|
+
},
|
68
|
+
"maintenance_hour": {
|
69
|
+
"description": "Number representing 24hr time start of maintenance window hour for x:00-x:59 (0-23). Default is 6",
|
70
|
+
"required": false
|
71
|
+
},
|
72
|
+
"maintenance_weekday": {
|
73
|
+
"description": "Numerical index of weekday (0 is Sunday, 1 is Monday...) to set when automatic updates may be performed. Default is 0 (Sunday). ",
|
74
|
+
"required": false
|
75
|
+
},
|
76
|
+
"name": {
|
77
|
+
"description": "A label assigned to the Database Server",
|
78
|
+
"required": false
|
79
|
+
},
|
80
|
+
"snapshot": {
|
81
|
+
"description": "- Database snapshot id to build from",
|
82
|
+
"required": false
|
83
|
+
},
|
84
|
+
"zone": {
|
85
|
+
"description": "The handle of the zone required (gb1-a, gb1-b)",
|
86
|
+
"required": false
|
87
|
+
}
|
88
|
+
},
|
89
|
+
"path": "/docs/providers/brightbox/r/database_server.html",
|
90
|
+
"properties": [
|
91
|
+
"allow_access",
|
92
|
+
"name",
|
93
|
+
"description",
|
94
|
+
"maintenance_weekday",
|
95
|
+
"maintenance_hour",
|
96
|
+
"database_engine",
|
97
|
+
"database_version",
|
98
|
+
"database_type",
|
99
|
+
"snapshot",
|
100
|
+
"zone"
|
101
|
+
]
|
102
|
+
},
|
103
|
+
"brightbox_firewall_policy": {
|
104
|
+
"full_properties": {
|
105
|
+
"description": {
|
106
|
+
"description": "A further description of the Firewall Policy",
|
107
|
+
"required": false
|
108
|
+
},
|
109
|
+
"name": {
|
110
|
+
"description": "A label to assign to the Firewall Policy",
|
111
|
+
"required": false
|
112
|
+
},
|
113
|
+
"server_group": {
|
114
|
+
"description": "The ID of the Server Group the policy will be applied to",
|
115
|
+
"required": false
|
116
|
+
}
|
117
|
+
},
|
118
|
+
"path": "/docs/providers/brightbox/r/firewall_policy.html",
|
119
|
+
"properties": [
|
120
|
+
"server_group",
|
121
|
+
"name",
|
122
|
+
"description"
|
123
|
+
]
|
124
|
+
},
|
125
|
+
"brightbox_firewall_rule": {
|
126
|
+
"full_properties": {
|
127
|
+
"description": {
|
128
|
+
"description": "A further description of the Firewall Rule",
|
129
|
+
"required": false
|
130
|
+
},
|
131
|
+
"destination": {
|
132
|
+
"description": "Subnet, ServerGroup or ServerID. any,10.1.1.23/32 or srv-4ktk4",
|
133
|
+
"required": false
|
134
|
+
},
|
135
|
+
"destination_port": {
|
136
|
+
"description": "single port, multiple ports or range separated by - or :; upto 255 characters. Example - 80, 80,443,21 or 3000-3999",
|
137
|
+
"required": false
|
138
|
+
},
|
139
|
+
"firewall_policy": {
|
140
|
+
"description": "The ID of the firewall policy this rule belongs to",
|
141
|
+
"required": true
|
142
|
+
},
|
143
|
+
"icmp_type_name": {
|
144
|
+
"description": "ICMP type name. echo-request, echo-reply. Only allowed if protocol is icmp.",
|
145
|
+
"required": false
|
146
|
+
},
|
147
|
+
"protocol": {
|
148
|
+
"description": "Protocol Number or one of tcp, udp, icmp",
|
149
|
+
"required": false
|
150
|
+
},
|
151
|
+
"source": {
|
152
|
+
"description": "Subnet, ServerGroup or ServerID. any,10.1.1.23/32 or srv-4ktk4",
|
153
|
+
"required": false
|
154
|
+
},
|
155
|
+
"source_port": {
|
156
|
+
"description": "single port, multiple ports or range separated by - or :; upto 255 characters. Example - 80, 80,443,21 or 3000-3999",
|
157
|
+
"required": false
|
158
|
+
}
|
159
|
+
},
|
160
|
+
"path": "/docs/providers/brightbox/r/firewall_rule.html",
|
161
|
+
"properties": [
|
162
|
+
"firewall_policy",
|
163
|
+
"protocol",
|
164
|
+
"source",
|
165
|
+
"source_port",
|
166
|
+
"destination",
|
167
|
+
"destination_port",
|
168
|
+
"icmp_type_name",
|
169
|
+
"description"
|
170
|
+
]
|
171
|
+
},
|
172
|
+
"brightbox_load_balancer": {
|
173
|
+
"full_properties": {
|
174
|
+
"buffer_size": {
|
175
|
+
"description": "Buffer size in bytes",
|
176
|
+
"required": false
|
177
|
+
},
|
178
|
+
"certificate_pem": {
|
179
|
+
"description": "A X509 SSL certificate in PEM format. Must be included along with certificate_key. If intermediate certificates are required they should be concatenated after the main certificate",
|
180
|
+
"required": false
|
181
|
+
},
|
182
|
+
"certificate_private_key": {
|
183
|
+
"description": "The RSA private key used to sign the certificate in PEM format. Must be included along with certificate_pem",
|
184
|
+
"required": false
|
185
|
+
},
|
186
|
+
"healthcheck": {
|
187
|
+
"description": "A healthcheck block. The Healthcheck block is described below",
|
188
|
+
"required": true
|
189
|
+
},
|
190
|
+
"listener": {
|
191
|
+
"description": "An array of listener blocks. The Listener block is described below",
|
192
|
+
"required": true
|
193
|
+
},
|
194
|
+
"name": {
|
195
|
+
"description": "A label assigned to the Load Balancer",
|
196
|
+
"required": false
|
197
|
+
},
|
198
|
+
"nodes": {
|
199
|
+
"description": "An array of Server IDs",
|
200
|
+
"required": false
|
201
|
+
},
|
202
|
+
"policy": {
|
203
|
+
"description": "Method of load balancing to use, either least-connections or round-robin",
|
204
|
+
"required": false
|
205
|
+
},
|
206
|
+
"sslv3": {
|
207
|
+
"description": "Allow SSL v3 to be used. Default is false",
|
208
|
+
"required": false
|
209
|
+
}
|
210
|
+
},
|
211
|
+
"path": "/docs/providers/brightbox/r/load_balancer.html",
|
212
|
+
"properties": [
|
213
|
+
"name",
|
214
|
+
"policy",
|
215
|
+
"certificate_pem",
|
216
|
+
"certificate_private_key",
|
217
|
+
"sslv3",
|
218
|
+
"buffer_size",
|
219
|
+
"nodes",
|
220
|
+
"listener",
|
221
|
+
"healthcheck"
|
222
|
+
]
|
223
|
+
},
|
224
|
+
"brightbox_server": {
|
225
|
+
"full_properties": {
|
226
|
+
"image": {
|
227
|
+
"description": "The Server image ID",
|
228
|
+
"required": true
|
229
|
+
},
|
230
|
+
"name": {
|
231
|
+
"description": "The Server name",
|
232
|
+
"required": false
|
233
|
+
},
|
234
|
+
"server_groups": {
|
235
|
+
"description": "- An array of server group ids the server",
|
236
|
+
"required": true
|
237
|
+
},
|
238
|
+
"type": {
|
239
|
+
"description": "The handle of the server type required (1gb.ssd, etc)",
|
240
|
+
"required": false
|
241
|
+
},
|
242
|
+
"user_data": {
|
243
|
+
"description": "- A string of the desired User Data for the Server.",
|
244
|
+
"required": false
|
245
|
+
},
|
246
|
+
"user_data_base64": {
|
247
|
+
"description": "- Already encrypted User Data - for use",
|
248
|
+
"required": false
|
249
|
+
},
|
250
|
+
"zone": {
|
251
|
+
"description": "The handle of the zone required (gb1-a, gb1-b)",
|
252
|
+
"required": false
|
253
|
+
}
|
254
|
+
},
|
255
|
+
"path": "/docs/providers/brightbox/r/server.html",
|
256
|
+
"properties": [
|
257
|
+
"image",
|
258
|
+
"server_groups",
|
259
|
+
"name",
|
260
|
+
"type",
|
261
|
+
"zone",
|
262
|
+
"user_data",
|
263
|
+
"user_data_base64"
|
264
|
+
]
|
265
|
+
},
|
266
|
+
"brightbox_server_group": {
|
267
|
+
"full_properties": {
|
268
|
+
"description": {
|
269
|
+
"description": "A further description of the Server Group",
|
270
|
+
"required": false
|
271
|
+
},
|
272
|
+
"name": {
|
273
|
+
"description": "A label assigned to the Server Group",
|
274
|
+
"required": false
|
275
|
+
}
|
276
|
+
},
|
277
|
+
"path": "/docs/providers/brightbox/r/server_group.html",
|
278
|
+
"properties": [
|
279
|
+
"name",
|
280
|
+
"description"
|
281
|
+
]
|
282
|
+
}
|
283
|
+
}
|
@@ -0,0 +1,24 @@
|
|
1
|
+
{
|
2
|
+
"bucket": {
|
3
|
+
"full_properties": {
|
4
|
+
"google_storage_bucket_iam_binding": {
|
5
|
+
"description": "Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the storage bucket are preserved.",
|
6
|
+
"required": false
|
7
|
+
},
|
8
|
+
"google_storage_bucket_iam_member": {
|
9
|
+
"description": "Non-authoritative. Updates the IAM policy to grant a role to a new member. Other members for the role for the storage bucket are preserved.",
|
10
|
+
"required": false
|
11
|
+
},
|
12
|
+
"google_storage_bucket_iam_policy": {
|
13
|
+
"description": "Setting a policy removes all other permissions on the bucket, and if done incorrectly, there's a real chance you will lock yourself out of the bucket. If possible for your use case, using multiple google_storage_bucket_iam_binding resources will be much safer. See the usage example on how to work with policy correctly.",
|
14
|
+
"required": false
|
15
|
+
}
|
16
|
+
},
|
17
|
+
"path": "/docs/providers/google/r/storage_bucket_iam.html",
|
18
|
+
"properties": [
|
19
|
+
"google_storage_bucket_iam_binding",
|
20
|
+
"google_storage_bucket_iam_member",
|
21
|
+
"google_storage_bucket_iam_policy"
|
22
|
+
]
|
23
|
+
}
|
24
|
+
}
|
@@ -0,0 +1,132 @@
|
|
1
|
+
{
|
2
|
+
"chef_data_bag": {
|
3
|
+
"full_properties": {
|
4
|
+
"name": {
|
5
|
+
"description": "The unique name to assign to the data bag. This is the",
|
6
|
+
"required": true
|
7
|
+
}
|
8
|
+
},
|
9
|
+
"path": "/docs/providers/chef/r/data_bag.html",
|
10
|
+
"properties": [
|
11
|
+
"name"
|
12
|
+
]
|
13
|
+
},
|
14
|
+
"chef_data_bag_item": {
|
15
|
+
"full_properties": {
|
16
|
+
"content_json": {
|
17
|
+
"description": "A string containing a JSON object that will be",
|
18
|
+
"required": true
|
19
|
+
},
|
20
|
+
"data_bag_name": {
|
21
|
+
"description": "The name of the data bag into which this item",
|
22
|
+
"required": true
|
23
|
+
}
|
24
|
+
},
|
25
|
+
"path": "/docs/providers/chef/r/data_bag_item.html",
|
26
|
+
"properties": [
|
27
|
+
"data_bag_name",
|
28
|
+
"content_json"
|
29
|
+
]
|
30
|
+
},
|
31
|
+
"chef_environment": {
|
32
|
+
"full_properties": {
|
33
|
+
"cookbook_constraints": {
|
34
|
+
"description": "Mapping of cookbook names to cookbook",
|
35
|
+
"required": false
|
36
|
+
},
|
37
|
+
"default_attributes_json": {
|
38
|
+
"description": "String containing a JSON-serialized",
|
39
|
+
"required": false
|
40
|
+
},
|
41
|
+
"description": {
|
42
|
+
"description": "A human-friendly description of the environment.",
|
43
|
+
"required": false
|
44
|
+
},
|
45
|
+
"name": {
|
46
|
+
"description": "The unique name to assign to the environment. This name",
|
47
|
+
"required": true
|
48
|
+
},
|
49
|
+
"override_attributes_json": {
|
50
|
+
"description": "String containing a JSON-serialized",
|
51
|
+
"required": false
|
52
|
+
}
|
53
|
+
},
|
54
|
+
"path": "/docs/providers/chef/r/environment.html",
|
55
|
+
"properties": [
|
56
|
+
"name",
|
57
|
+
"description",
|
58
|
+
"default_attributes_json",
|
59
|
+
"override_attributes_json",
|
60
|
+
"cookbook_constraints"
|
61
|
+
]
|
62
|
+
},
|
63
|
+
"chef_node": {
|
64
|
+
"full_properties": {
|
65
|
+
"automatic_attributes_json": {
|
66
|
+
"description": "String containing a JSON-serialized",
|
67
|
+
"required": false
|
68
|
+
},
|
69
|
+
"default_attributes_json": {
|
70
|
+
"description": "String containing a JSON-serialized",
|
71
|
+
"required": false
|
72
|
+
},
|
73
|
+
"name": {
|
74
|
+
"description": "The unique name to assign to the node.",
|
75
|
+
"required": true
|
76
|
+
},
|
77
|
+
"normal_attributes_json": {
|
78
|
+
"description": "String containing a JSON-serialized",
|
79
|
+
"required": false
|
80
|
+
},
|
81
|
+
"override_attributes_json": {
|
82
|
+
"description": "String containing a JSON-serialized",
|
83
|
+
"required": false
|
84
|
+
},
|
85
|
+
"run_list": {
|
86
|
+
"description": "List of strings to set as the",
|
87
|
+
"required": false
|
88
|
+
}
|
89
|
+
},
|
90
|
+
"path": "/docs/providers/chef/r/node.html",
|
91
|
+
"properties": [
|
92
|
+
"name",
|
93
|
+
"automatic_attributes_json",
|
94
|
+
"normal_attributes_json",
|
95
|
+
"default_attributes_json",
|
96
|
+
"override_attributes_json",
|
97
|
+
"run_list"
|
98
|
+
]
|
99
|
+
},
|
100
|
+
"chef_role": {
|
101
|
+
"full_properties": {
|
102
|
+
"default_attributes_json": {
|
103
|
+
"description": "String containing a JSON-serialized",
|
104
|
+
"required": false
|
105
|
+
},
|
106
|
+
"description": {
|
107
|
+
"description": "A human-friendly description of the role.",
|
108
|
+
"required": false
|
109
|
+
},
|
110
|
+
"name": {
|
111
|
+
"description": "The unique name to assign to the role.",
|
112
|
+
"required": true
|
113
|
+
},
|
114
|
+
"override_attributes_json": {
|
115
|
+
"description": "String containing a JSON-serialized",
|
116
|
+
"required": false
|
117
|
+
},
|
118
|
+
"run_list": {
|
119
|
+
"description": "List of strings to set as the",
|
120
|
+
"required": false
|
121
|
+
}
|
122
|
+
},
|
123
|
+
"path": "/docs/providers/chef/r/role.html",
|
124
|
+
"properties": [
|
125
|
+
"name",
|
126
|
+
"description",
|
127
|
+
"default_attributes_json",
|
128
|
+
"override_attributes_json",
|
129
|
+
"run_list"
|
130
|
+
]
|
131
|
+
}
|
132
|
+
}
|