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,572 @@
|
|
1
|
+
{
|
2
|
+
"azure_affinity_group": {
|
3
|
+
"full_properties": {
|
4
|
+
"description": {
|
5
|
+
"description": "A description for the affinity group.",
|
6
|
+
"required": false
|
7
|
+
},
|
8
|
+
"label": {
|
9
|
+
"description": "A label to be used for tracking purposes.",
|
10
|
+
"required": true
|
11
|
+
},
|
12
|
+
"location": {
|
13
|
+
"description": "The location where the affinity group should be created.",
|
14
|
+
"required": true
|
15
|
+
},
|
16
|
+
"name": {
|
17
|
+
"description": "The name of the affinity group. Must be unique on your",
|
18
|
+
"required": true
|
19
|
+
}
|
20
|
+
},
|
21
|
+
"path": "/docs/providers/azure/r/affinity_group.html",
|
22
|
+
"properties": [
|
23
|
+
"name",
|
24
|
+
"location",
|
25
|
+
"label",
|
26
|
+
"description"
|
27
|
+
]
|
28
|
+
},
|
29
|
+
"azure_data_disk": {
|
30
|
+
"full_properties": {
|
31
|
+
"caching": {
|
32
|
+
"description": "The caching behavior of data disk. Valid options are:",
|
33
|
+
"required": false
|
34
|
+
},
|
35
|
+
"label": {
|
36
|
+
"description": "The identifier of the data disk. Changing this forces a",
|
37
|
+
"required": false
|
38
|
+
},
|
39
|
+
"lun": {
|
40
|
+
"description": "The Logical Unit Number (LUN) for the disk. The LUN",
|
41
|
+
"required": true
|
42
|
+
},
|
43
|
+
"media_link": {
|
44
|
+
"description": "The location of the blob in storage where the VHD",
|
45
|
+
"required": false
|
46
|
+
},
|
47
|
+
"name": {
|
48
|
+
"description": "The name of an existing registered disk to attach to the",
|
49
|
+
"required": false
|
50
|
+
},
|
51
|
+
"size": {
|
52
|
+
"description": "The size, in GB, of an empty disk to be attached to the",
|
53
|
+
"required": false
|
54
|
+
},
|
55
|
+
"source_media_link": {
|
56
|
+
"description": "The location of a blob in storage where a",
|
57
|
+
"required": false
|
58
|
+
},
|
59
|
+
"storage_service_name": {
|
60
|
+
"description": "The name of an existing storage account",
|
61
|
+
"required": false
|
62
|
+
},
|
63
|
+
"virtual_machine": {
|
64
|
+
"description": "The name of the virtual machine the disk will",
|
65
|
+
"required": true
|
66
|
+
}
|
67
|
+
},
|
68
|
+
"path": "/docs/providers/azure/r/data_disk.html",
|
69
|
+
"properties": [
|
70
|
+
"name",
|
71
|
+
"label",
|
72
|
+
"lun",
|
73
|
+
"size",
|
74
|
+
"caching",
|
75
|
+
"storage_service_name",
|
76
|
+
"media_link",
|
77
|
+
"source_media_link",
|
78
|
+
"virtual_machine"
|
79
|
+
]
|
80
|
+
},
|
81
|
+
"azure_dns_server": {
|
82
|
+
"full_properties": {
|
83
|
+
"dns_address": {
|
84
|
+
"description": "The IP address of the DNS server.",
|
85
|
+
"required": true
|
86
|
+
},
|
87
|
+
"name": {
|
88
|
+
"description": "The name of the DNS server reference. Changing this",
|
89
|
+
"required": true
|
90
|
+
}
|
91
|
+
},
|
92
|
+
"path": "/docs/providers/azure/r/dns_server.html",
|
93
|
+
"properties": [
|
94
|
+
"name",
|
95
|
+
"dns_address"
|
96
|
+
]
|
97
|
+
},
|
98
|
+
"azure_hosted_service": {
|
99
|
+
"full_properties": {
|
100
|
+
"description": {
|
101
|
+
"description": "A description for the hosted service.",
|
102
|
+
"required": false
|
103
|
+
},
|
104
|
+
"ephemeral_contents": {
|
105
|
+
"description": "A boolean value (true|false), specifying",
|
106
|
+
"required": true
|
107
|
+
},
|
108
|
+
"label": {
|
109
|
+
"description": "A label to be used for tracking purposes. Must be",
|
110
|
+
"required": false
|
111
|
+
},
|
112
|
+
"location": {
|
113
|
+
"description": "The location where the hosted service should be created.",
|
114
|
+
"required": true
|
115
|
+
},
|
116
|
+
"name": {
|
117
|
+
"description": "The name of the hosted service. Must be unique on Azure.",
|
118
|
+
"required": true
|
119
|
+
},
|
120
|
+
"reverse_dns_fqdn": {
|
121
|
+
"description": "The reverse of the fully qualified domain name",
|
122
|
+
"required": false
|
123
|
+
}
|
124
|
+
},
|
125
|
+
"path": "/docs/providers/azure/r/hosted_service.html",
|
126
|
+
"properties": [
|
127
|
+
"name",
|
128
|
+
"location",
|
129
|
+
"ephemeral_contents",
|
130
|
+
"reverse_dns_fqdn",
|
131
|
+
"label",
|
132
|
+
"description"
|
133
|
+
]
|
134
|
+
},
|
135
|
+
"azure_instance": {
|
136
|
+
"full_properties": {
|
137
|
+
"automatic_updates": {
|
138
|
+
"description": "If true this will enable automatic updates.",
|
139
|
+
"required": false
|
140
|
+
},
|
141
|
+
"custom_data": {
|
142
|
+
"description": "The custom data to provide when launching the",
|
143
|
+
"required": false
|
144
|
+
},
|
145
|
+
"description": {
|
146
|
+
"description": "The description for the associated hosted service.",
|
147
|
+
"required": false
|
148
|
+
},
|
149
|
+
"domain_name": {
|
150
|
+
"description": "The name of an Active Directory domain to join.",
|
151
|
+
"required": false
|
152
|
+
},
|
153
|
+
"domain_ou": {
|
154
|
+
"description": "Specifies the LDAP Organizational Unit to place the",
|
155
|
+
"required": false
|
156
|
+
},
|
157
|
+
"domain_password": {
|
158
|
+
"description": "The password for the domain_username account",
|
159
|
+
"required": false
|
160
|
+
},
|
161
|
+
"domain_username": {
|
162
|
+
"description": "The username of an account with permission to",
|
163
|
+
"required": false
|
164
|
+
},
|
165
|
+
"endpoint": {
|
166
|
+
"description": "Can be specified multiple times to define multiple",
|
167
|
+
"required": false
|
168
|
+
},
|
169
|
+
"hosted_service_name": {
|
170
|
+
"description": "The name of the hosted service the",
|
171
|
+
"required": false
|
172
|
+
},
|
173
|
+
"image": {
|
174
|
+
"description": "The name of an existing VM or OS image to use for this",
|
175
|
+
"required": true
|
176
|
+
},
|
177
|
+
"location": {
|
178
|
+
"description": "The location/region where the cloud service is",
|
179
|
+
"required": true
|
180
|
+
},
|
181
|
+
"name": {
|
182
|
+
"description": "The name of the instance. Changing this forces a new",
|
183
|
+
"required": true
|
184
|
+
},
|
185
|
+
"password": {
|
186
|
+
"description": "The password of the new user that will be created",
|
187
|
+
"required": false
|
188
|
+
},
|
189
|
+
"reverse_dns": {
|
190
|
+
"description": "The DNS address to which the IP address of the",
|
191
|
+
"required": false
|
192
|
+
},
|
193
|
+
"security_group": {
|
194
|
+
"description": "The Network Security Group to associate with",
|
195
|
+
"required": false
|
196
|
+
},
|
197
|
+
"size": {
|
198
|
+
"description": "The size of the instance.",
|
199
|
+
"required": true
|
200
|
+
},
|
201
|
+
"ssh_key_thumbprint": {
|
202
|
+
"description": "The SSH thumbprint of an existing SSH key",
|
203
|
+
"required": false
|
204
|
+
},
|
205
|
+
"storage_service_name": {
|
206
|
+
"description": "The name of an existing storage account",
|
207
|
+
"required": false
|
208
|
+
},
|
209
|
+
"subnet": {
|
210
|
+
"description": "The name of the subnet to connect this instance to. If",
|
211
|
+
"required": false
|
212
|
+
},
|
213
|
+
"time_zone": {
|
214
|
+
"description": "The appropriate time zone for this instance in the",
|
215
|
+
"required": false
|
216
|
+
},
|
217
|
+
"username": {
|
218
|
+
"description": "The username of a new user that will be created while",
|
219
|
+
"required": true
|
220
|
+
},
|
221
|
+
"virtual_network": {
|
222
|
+
"description": "The name of the virtual network the subnet",
|
223
|
+
"required": false
|
224
|
+
}
|
225
|
+
},
|
226
|
+
"path": "/docs/providers/azure/r/instance.html",
|
227
|
+
"properties": [
|
228
|
+
"name",
|
229
|
+
"hosted_service_name",
|
230
|
+
"description",
|
231
|
+
"image",
|
232
|
+
"size",
|
233
|
+
"subnet",
|
234
|
+
"virtual_network",
|
235
|
+
"storage_service_name",
|
236
|
+
"reverse_dns",
|
237
|
+
"location",
|
238
|
+
"automatic_updates",
|
239
|
+
"time_zone",
|
240
|
+
"username",
|
241
|
+
"password",
|
242
|
+
"ssh_key_thumbprint",
|
243
|
+
"security_group",
|
244
|
+
"endpoint",
|
245
|
+
"domain_name",
|
246
|
+
"domain_ou",
|
247
|
+
"domain_username",
|
248
|
+
"domain_password",
|
249
|
+
"custom_data"
|
250
|
+
]
|
251
|
+
},
|
252
|
+
"azure_local_network_connection": {
|
253
|
+
"full_properties": {
|
254
|
+
"address_space_prefixes": {
|
255
|
+
"description": "List of address spaces accessible",
|
256
|
+
"required": true
|
257
|
+
},
|
258
|
+
"name": {
|
259
|
+
"description": "The name by which this local network connection will",
|
260
|
+
"required": true
|
261
|
+
},
|
262
|
+
"vpn_gateway_address": {
|
263
|
+
"description": "The public IPv4 of the VPN endpoint.",
|
264
|
+
"required": true
|
265
|
+
}
|
266
|
+
},
|
267
|
+
"path": "/docs/providers/azure/r/local_network_connection.html",
|
268
|
+
"properties": [
|
269
|
+
"name",
|
270
|
+
"vpn_gateway_address",
|
271
|
+
"address_space_prefixes"
|
272
|
+
]
|
273
|
+
},
|
274
|
+
"azure_security_group": {
|
275
|
+
"full_properties": {
|
276
|
+
"label": {
|
277
|
+
"description": "The identifier for the security group. The label can be",
|
278
|
+
"required": false
|
279
|
+
},
|
280
|
+
"location": {
|
281
|
+
"description": "The location/region where the security group is",
|
282
|
+
"required": true
|
283
|
+
},
|
284
|
+
"name": {
|
285
|
+
"description": "The name of the security group. Changing this forces a",
|
286
|
+
"required": true
|
287
|
+
}
|
288
|
+
},
|
289
|
+
"path": "/docs/providers/azure/r/security_group.html",
|
290
|
+
"properties": [
|
291
|
+
"name",
|
292
|
+
"label",
|
293
|
+
"location"
|
294
|
+
]
|
295
|
+
},
|
296
|
+
"azure_security_group_rule": {
|
297
|
+
"full_properties": {
|
298
|
+
"action": {
|
299
|
+
"description": "The action that is performed when the security rule is",
|
300
|
+
"required": false
|
301
|
+
},
|
302
|
+
"destination_address_prefix": {
|
303
|
+
"description": "The address prefix of packet",
|
304
|
+
"required": true
|
305
|
+
},
|
306
|
+
"destination_port_range": {
|
307
|
+
"description": "The destination port or range. This value",
|
308
|
+
"required": true
|
309
|
+
},
|
310
|
+
"priority": {
|
311
|
+
"description": "The priority of the network security rule. Rules with",
|
312
|
+
"required": true
|
313
|
+
},
|
314
|
+
"protocol": {
|
315
|
+
"description": "The protocol of the security rule. Valid options are:",
|
316
|
+
"required": false
|
317
|
+
},
|
318
|
+
"security_group_names": {
|
319
|
+
"description": "A list of the names of the security groups",
|
320
|
+
"required": true
|
321
|
+
},
|
322
|
+
"source_address_prefix": {
|
323
|
+
"description": "The address prefix of packet sources that",
|
324
|
+
"required": true
|
325
|
+
},
|
326
|
+
"source_port_range": {
|
327
|
+
"description": "The source port or range. This value can be",
|
328
|
+
"required": true
|
329
|
+
},
|
330
|
+
"type": {
|
331
|
+
"description": "The type of the security rule. Valid options are:",
|
332
|
+
"required": true
|
333
|
+
}
|
334
|
+
},
|
335
|
+
"path": "/docs/providers/azure/r/security_group_rule.html",
|
336
|
+
"properties": [
|
337
|
+
"security_group_names",
|
338
|
+
"type",
|
339
|
+
"priority",
|
340
|
+
"action",
|
341
|
+
"source_address_prefix",
|
342
|
+
"source_port_range",
|
343
|
+
"destination_address_prefix",
|
344
|
+
"destination_port_range",
|
345
|
+
"protocol"
|
346
|
+
]
|
347
|
+
},
|
348
|
+
"azure_sql_database_server": {
|
349
|
+
"full_properties": {
|
350
|
+
"location": {
|
351
|
+
"description": "The location where the database server should be created.",
|
352
|
+
"required": true
|
353
|
+
},
|
354
|
+
"name": {
|
355
|
+
"description": "The name of the database server. It is determined upon",
|
356
|
+
"required": false
|
357
|
+
},
|
358
|
+
"password": {
|
359
|
+
"description": "The password for the administrator of the database server.",
|
360
|
+
"required": true
|
361
|
+
},
|
362
|
+
"url": {
|
363
|
+
"description": "The fully qualified domain name of the database server.",
|
364
|
+
"required": false
|
365
|
+
},
|
366
|
+
"username": {
|
367
|
+
"description": "The username for the administrator of the database server.",
|
368
|
+
"required": true
|
369
|
+
},
|
370
|
+
"version": {
|
371
|
+
"description": "The version of the database server to be used. Can be any",
|
372
|
+
"required": false
|
373
|
+
}
|
374
|
+
},
|
375
|
+
"path": "/docs/providers/azure/r/sql_database_server.html",
|
376
|
+
"properties": [
|
377
|
+
"name",
|
378
|
+
"location",
|
379
|
+
"username",
|
380
|
+
"password",
|
381
|
+
"version",
|
382
|
+
"url"
|
383
|
+
]
|
384
|
+
},
|
385
|
+
"azure_sql_database_service": {
|
386
|
+
"full_properties": {
|
387
|
+
"collation": {
|
388
|
+
"description": "The collation to be used within the database service.",
|
389
|
+
"required": false
|
390
|
+
},
|
391
|
+
"database_server_name": {
|
392
|
+
"description": "The name of the database server this service",
|
393
|
+
"required": true
|
394
|
+
},
|
395
|
+
"edition": {
|
396
|
+
"description": "The edition of the database service. For more information",
|
397
|
+
"required": false
|
398
|
+
},
|
399
|
+
"max_size_bytes": {
|
400
|
+
"description": "The maximum size in bytes the database service",
|
401
|
+
"required": false
|
402
|
+
},
|
403
|
+
"name": {
|
404
|
+
"description": "The name of the database service.",
|
405
|
+
"required": true
|
406
|
+
},
|
407
|
+
"service_level_id": {
|
408
|
+
"description": "The ID corresponding to the service level per",
|
409
|
+
"required": false
|
410
|
+
}
|
411
|
+
},
|
412
|
+
"path": "/docs/providers/azure/r/sql_database_service.html",
|
413
|
+
"properties": [
|
414
|
+
"name",
|
415
|
+
"database_server_name",
|
416
|
+
"edition",
|
417
|
+
"collation",
|
418
|
+
"max_size_bytes",
|
419
|
+
"service_level_id"
|
420
|
+
]
|
421
|
+
},
|
422
|
+
"azure_storage_blob": {
|
423
|
+
"full_properties": {
|
424
|
+
"name": {
|
425
|
+
"description": "The name of the storage blob. Must be unique within",
|
426
|
+
"required": true
|
427
|
+
},
|
428
|
+
"size": {
|
429
|
+
"description": "Used only for PageBlob's to specify the size in bytes",
|
430
|
+
"required": false
|
431
|
+
},
|
432
|
+
"storage_container_name": {
|
433
|
+
"description": "The name of the storage container",
|
434
|
+
"required": true
|
435
|
+
},
|
436
|
+
"storage_service_name": {
|
437
|
+
"description": "The name of the storage service within",
|
438
|
+
"required": true
|
439
|
+
},
|
440
|
+
"type": {
|
441
|
+
"description": "The type of the storage blob to be created. One of either",
|
442
|
+
"required": true
|
443
|
+
}
|
444
|
+
},
|
445
|
+
"path": "/docs/providers/azure/r/storage_blob.html",
|
446
|
+
"properties": [
|
447
|
+
"name",
|
448
|
+
"storage_service_name",
|
449
|
+
"storage_container_name",
|
450
|
+
"type",
|
451
|
+
"size"
|
452
|
+
]
|
453
|
+
},
|
454
|
+
"azure_storage_container": {
|
455
|
+
"full_properties": {
|
456
|
+
"container_access_type": {
|
457
|
+
"description": "The 'interface' for access the container",
|
458
|
+
"required": true
|
459
|
+
},
|
460
|
+
"name": {
|
461
|
+
"description": "The name of the storage container. Must be unique within",
|
462
|
+
"required": true
|
463
|
+
},
|
464
|
+
"properties": {
|
465
|
+
"description": "Key-value definition of additional properties",
|
466
|
+
"required": false
|
467
|
+
},
|
468
|
+
"storage_service_name": {
|
469
|
+
"description": "The name of the storage service within",
|
470
|
+
"required": true
|
471
|
+
}
|
472
|
+
},
|
473
|
+
"path": "/docs/providers/azure/r/storage_container.html",
|
474
|
+
"properties": [
|
475
|
+
"name",
|
476
|
+
"storage_service_name",
|
477
|
+
"container_access_type",
|
478
|
+
"properties"
|
479
|
+
]
|
480
|
+
},
|
481
|
+
"azure_storage_queue": {
|
482
|
+
"full_properties": {
|
483
|
+
"name": {
|
484
|
+
"description": "The name of the storage queue. Must be unique within",
|
485
|
+
"required": true
|
486
|
+
},
|
487
|
+
"storage_service_name": {
|
488
|
+
"description": "The name of the storage service within",
|
489
|
+
"required": true
|
490
|
+
}
|
491
|
+
},
|
492
|
+
"path": "/docs/providers/azure/r/storage_queue.html",
|
493
|
+
"properties": [
|
494
|
+
"name",
|
495
|
+
"storage_service_name"
|
496
|
+
]
|
497
|
+
},
|
498
|
+
"azure_storage_service": {
|
499
|
+
"full_properties": {
|
500
|
+
"account_type": {
|
501
|
+
"description": "The type of storage account to be created.",
|
502
|
+
"required": true
|
503
|
+
},
|
504
|
+
"affinity_group": {
|
505
|
+
"description": "The affinity group the storage service should",
|
506
|
+
"required": false
|
507
|
+
},
|
508
|
+
"description": {
|
509
|
+
"description": "A description for the storage service.",
|
510
|
+
"required": false
|
511
|
+
},
|
512
|
+
"label": {
|
513
|
+
"description": "A label to be used for tracking purposes. Must be",
|
514
|
+
"required": false
|
515
|
+
},
|
516
|
+
"location": {
|
517
|
+
"description": "The location where the storage service should be created.",
|
518
|
+
"required": true
|
519
|
+
},
|
520
|
+
"name": {
|
521
|
+
"description": "The name of the storage service. Must be between 4 and 24",
|
522
|
+
"required": true
|
523
|
+
},
|
524
|
+
"properties": {
|
525
|
+
"description": "Key-value definition of additional properties",
|
526
|
+
"required": false
|
527
|
+
}
|
528
|
+
},
|
529
|
+
"path": "/docs/providers/azure/r/storage_service.html",
|
530
|
+
"properties": [
|
531
|
+
"name",
|
532
|
+
"location",
|
533
|
+
"account_type",
|
534
|
+
"affinity_group",
|
535
|
+
"properties",
|
536
|
+
"label",
|
537
|
+
"description"
|
538
|
+
]
|
539
|
+
},
|
540
|
+
"azure_virtual_network": {
|
541
|
+
"full_properties": {
|
542
|
+
"address_space": {
|
543
|
+
"description": "The address space that is used the virtual",
|
544
|
+
"required": true
|
545
|
+
},
|
546
|
+
"dns_servers": {
|
547
|
+
"description": "List of names of DNS servers previously registered",
|
548
|
+
"required": false
|
549
|
+
},
|
550
|
+
"location": {
|
551
|
+
"description": "The location/region where the virtual network is",
|
552
|
+
"required": true
|
553
|
+
},
|
554
|
+
"name": {
|
555
|
+
"description": "The name of the virtual network. Changing this forces a",
|
556
|
+
"required": true
|
557
|
+
},
|
558
|
+
"subnet": {
|
559
|
+
"description": "Can be specified multiple times to define multiple",
|
560
|
+
"required": true
|
561
|
+
}
|
562
|
+
},
|
563
|
+
"path": "/docs/providers/azure/r/virtual_network.html",
|
564
|
+
"properties": [
|
565
|
+
"name",
|
566
|
+
"address_space",
|
567
|
+
"location",
|
568
|
+
"dns_servers",
|
569
|
+
"subnet"
|
570
|
+
]
|
571
|
+
}
|
572
|
+
}
|