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,24 @@
|
|
1
|
+
{
|
2
|
+
"template_dir": {
|
3
|
+
"full_properties": {
|
4
|
+
"destination_dir": {
|
5
|
+
"description": "Path to the directory where the templated files will be written.",
|
6
|
+
"required": true
|
7
|
+
},
|
8
|
+
"source_dir": {
|
9
|
+
"description": "Path to the directory where the files to template reside.",
|
10
|
+
"required": true
|
11
|
+
},
|
12
|
+
"vars": {
|
13
|
+
"description": "Variables for interpolation within the template. Note",
|
14
|
+
"required": false
|
15
|
+
}
|
16
|
+
},
|
17
|
+
"path": "/docs/providers/template/r/dir.html",
|
18
|
+
"properties": [
|
19
|
+
"source_dir",
|
20
|
+
"destination_dir",
|
21
|
+
"vars"
|
22
|
+
]
|
23
|
+
}
|
24
|
+
}
|
@@ -0,0 +1,656 @@
|
|
1
|
+
{
|
2
|
+
"tencentcloud_alb_server_attachment": {
|
3
|
+
"full_properties": {
|
4
|
+
"backends": {
|
5
|
+
"description": "list of backend server. Valid value range [1-100].",
|
6
|
+
"required": true
|
7
|
+
},
|
8
|
+
"listener_id": {
|
9
|
+
"description": "listener ID.",
|
10
|
+
"required": false
|
11
|
+
},
|
12
|
+
"loadbalancer_id": {
|
13
|
+
"description": "loadbalancer ID.",
|
14
|
+
"required": false
|
15
|
+
},
|
16
|
+
"location_id": {
|
17
|
+
"description": "location ID only support for layer 7 loadbalancer",
|
18
|
+
"required": false
|
19
|
+
}
|
20
|
+
},
|
21
|
+
"path": "/docs/providers/tencentcloud/r/alb_server_attachment.html",
|
22
|
+
"properties": [
|
23
|
+
"loadbalancer_id",
|
24
|
+
"listener_id",
|
25
|
+
"location_id",
|
26
|
+
"backends"
|
27
|
+
]
|
28
|
+
},
|
29
|
+
"tencentcloud_cbs_snapshot": {
|
30
|
+
"full_properties": {
|
31
|
+
"snapshot_name": {
|
32
|
+
"description": "The name of the snapshot. This snapshot_name can have a string of 1 to 64 characters. It is supported to modify snapshot_name after the snapshot is created.",
|
33
|
+
"required": false
|
34
|
+
},
|
35
|
+
"storage_id": {
|
36
|
+
"description": "Source Storage to create this snapshot.",
|
37
|
+
"required": true
|
38
|
+
}
|
39
|
+
},
|
40
|
+
"path": "/docs/providers/tencentcloud/r/snapshot.html",
|
41
|
+
"properties": [
|
42
|
+
"storage_id",
|
43
|
+
"snapshot_name"
|
44
|
+
]
|
45
|
+
},
|
46
|
+
"tencentcloud_cbs_storage": {
|
47
|
+
"full_properties": {
|
48
|
+
"availability_zone": {
|
49
|
+
"description": "The available zone that the CBS instance locates at. NOTE, availability_zone do not support modification.",
|
50
|
+
"required": true
|
51
|
+
},
|
52
|
+
"period": {
|
53
|
+
"description": "The tenancy (time unit is month) of the perpaid storage, the legal values are [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 24, 36, 48, 60]. NOTE, period do not support modification.",
|
54
|
+
"required": true
|
55
|
+
},
|
56
|
+
"snapshot_id": {
|
57
|
+
"description": "For a new storage, this indicate which snapshot to use to create the new storage. For a exist storage, change this field whill case a rollback operation: your storage will rollback to the moment the snapshot created, your must change this filed carefully, please ensure your data in this storage is saved or out of use.",
|
58
|
+
"required": false
|
59
|
+
},
|
60
|
+
"storage_name": {
|
61
|
+
"description": "The name of the CBS. This storage_name can have a string of 1 to 64 characters, must contain only alphanumeric characters or hyphens, such as \"-\",\".\",\"_\". If not specified, the default name is CBS-Instance. It is supported to modify storage_name after the storage is created",
|
62
|
+
"required": false
|
63
|
+
},
|
64
|
+
"storage_size": {
|
65
|
+
"description": "Size of the storage (GB). The value range is 10GB - 4,000GB (HDD cloud storages), 500GB - 4,000GB (Premium cloud storages), 100GB - 4,000GB (SSD cloud storages). The increment is 10GB. NOTE, storage_size do not support modification.",
|
66
|
+
"required": true
|
67
|
+
},
|
68
|
+
"storage_type": {
|
69
|
+
"description": "Type of CBS medium. cloudBasic refers to a HDD cloud storage, cloudPremium refers to a Premium cloud storage, cloudSSD refers to a SSD cloud storage. NOTE, storage_type do not support modification.",
|
70
|
+
"required": true
|
71
|
+
}
|
72
|
+
},
|
73
|
+
"path": "/docs/providers/tencentcloud/r/cbs_storage.html",
|
74
|
+
"properties": [
|
75
|
+
"storage_type",
|
76
|
+
"storage_size",
|
77
|
+
"period",
|
78
|
+
"availability_zone",
|
79
|
+
"storage_name",
|
80
|
+
"snapshot_id"
|
81
|
+
]
|
82
|
+
},
|
83
|
+
"tencentcloud_container_cluster": {
|
84
|
+
"full_properties": {
|
85
|
+
"bandwidth": {
|
86
|
+
"description": "The network bandwidth of the node. ",
|
87
|
+
"required": true
|
88
|
+
},
|
89
|
+
"bandwidth_type": {
|
90
|
+
"description": "The network type of the node. ",
|
91
|
+
"required": true
|
92
|
+
},
|
93
|
+
"cluster_cidr": {
|
94
|
+
"description": "The CIDR which the cluster is going to use. ",
|
95
|
+
"required": true
|
96
|
+
},
|
97
|
+
"cluster_desc": {
|
98
|
+
"description": "The descirption of the cluster. ",
|
99
|
+
"required": false
|
100
|
+
},
|
101
|
+
"cluster_name": {
|
102
|
+
"description": "The name of the cluster. ",
|
103
|
+
"required": true
|
104
|
+
},
|
105
|
+
"cluster_version": {
|
106
|
+
"description": "The kubernetes version of the cluster. ",
|
107
|
+
"required": false
|
108
|
+
},
|
109
|
+
"cpu": {
|
110
|
+
"description": "The cpu of the node. ",
|
111
|
+
"required": true
|
112
|
+
},
|
113
|
+
"cvm_type": {
|
114
|
+
"description": "The type of node needed by cvm. ",
|
115
|
+
"required": false
|
116
|
+
},
|
117
|
+
"docker_graph_path": {
|
118
|
+
"description": "The docker graph path is going to mounted. ",
|
119
|
+
"required": false
|
120
|
+
},
|
121
|
+
"goods_num": {
|
122
|
+
"description": "The node number is going to create in the cluster. ",
|
123
|
+
"required": true
|
124
|
+
},
|
125
|
+
"instance_name": {
|
126
|
+
"description": "The name ot node. ",
|
127
|
+
"required": false
|
128
|
+
},
|
129
|
+
"instance_type": {
|
130
|
+
"description": "The instance type of the node needed by cvm. ",
|
131
|
+
"required": false
|
132
|
+
},
|
133
|
+
"is_vpc_gateway": {
|
134
|
+
"description": "Describe whether the node enable the gateway capability. ",
|
135
|
+
"required": true
|
136
|
+
},
|
137
|
+
"key_id": {
|
138
|
+
"description": "The key_id of each node(if using key pair to access).",
|
139
|
+
"required": false
|
140
|
+
},
|
141
|
+
"mem": {
|
142
|
+
"description": "The memory of the node. ",
|
143
|
+
"required": true
|
144
|
+
},
|
145
|
+
"mount_target": {
|
146
|
+
"description": "The path which volumn is going to be mounted. ",
|
147
|
+
"required": false
|
148
|
+
},
|
149
|
+
"os_name": {
|
150
|
+
"description": "The system os name of the node. ",
|
151
|
+
"required": true
|
152
|
+
},
|
153
|
+
"password": {
|
154
|
+
"description": "The password of each node. ",
|
155
|
+
"required": false
|
156
|
+
},
|
157
|
+
"period": {
|
158
|
+
"description": "The puchase duration of the node needed by cvm. ",
|
159
|
+
"required": false
|
160
|
+
},
|
161
|
+
"require_wan_ip": {
|
162
|
+
"description": "Indicate whether wan ip is needed.",
|
163
|
+
"required": false
|
164
|
+
},
|
165
|
+
"root_size": {
|
166
|
+
"description": "The size of the root volumn.",
|
167
|
+
"required": true
|
168
|
+
},
|
169
|
+
"root_type": {
|
170
|
+
"description": "The type of the root volumn. see more from CVM.",
|
171
|
+
"required": false
|
172
|
+
},
|
173
|
+
"sg_id": {
|
174
|
+
"description": "The safe-group id. ",
|
175
|
+
"required": false
|
176
|
+
},
|
177
|
+
"storage_size": {
|
178
|
+
"description": "The size of the data volumn.",
|
179
|
+
"required": true
|
180
|
+
},
|
181
|
+
"storage_type": {
|
182
|
+
"description": "The type of the data volumn. see more from CVM.",
|
183
|
+
"required": false
|
184
|
+
},
|
185
|
+
"subnet_id": {
|
186
|
+
"description": "The subnet id which the node stays in. ",
|
187
|
+
"required": true
|
188
|
+
},
|
189
|
+
"user_script": {
|
190
|
+
"description": "User defined script in a base64-format. The script runs after the kubernetes component is ready on node. see more from CCS api documents.",
|
191
|
+
"required": false
|
192
|
+
},
|
193
|
+
"vpc_id": {
|
194
|
+
"description": "Specify vpc which the node(s) stay in. ",
|
195
|
+
"required": true
|
196
|
+
},
|
197
|
+
"zone_id": {
|
198
|
+
"description": "The zone which the node stays in. ",
|
199
|
+
"required": true
|
200
|
+
}
|
201
|
+
},
|
202
|
+
"path": "/docs/providers/tencentcloud/r/container_cluster.html",
|
203
|
+
"properties": [
|
204
|
+
"cluster_name",
|
205
|
+
"cpu",
|
206
|
+
"mem",
|
207
|
+
"os_name",
|
208
|
+
"bandwidth",
|
209
|
+
"bandwidth_type",
|
210
|
+
"subnet_id",
|
211
|
+
"is_vpc_gateway",
|
212
|
+
"storage_size",
|
213
|
+
"storage_type",
|
214
|
+
"root_size",
|
215
|
+
"root_type",
|
216
|
+
"goods_num",
|
217
|
+
"vpc_id",
|
218
|
+
"cluster_cidr",
|
219
|
+
"cluster_desc",
|
220
|
+
"cvm_type",
|
221
|
+
"period",
|
222
|
+
"zone_id",
|
223
|
+
"instance_type",
|
224
|
+
"sg_id",
|
225
|
+
"mount_target",
|
226
|
+
"docker_graph_path",
|
227
|
+
"instance_name",
|
228
|
+
"cluster_version",
|
229
|
+
"password",
|
230
|
+
"key_id",
|
231
|
+
"require_wan_ip",
|
232
|
+
"user_script"
|
233
|
+
]
|
234
|
+
},
|
235
|
+
"tencentcloud_container_cluster_instance": {
|
236
|
+
"full_properties": {
|
237
|
+
"bandwidth": {
|
238
|
+
"description": "The network bandwidth of the node.",
|
239
|
+
"required": true
|
240
|
+
},
|
241
|
+
"bandwidth_type": {
|
242
|
+
"description": "The network type of the node.",
|
243
|
+
"required": true
|
244
|
+
},
|
245
|
+
"cluster_id": {
|
246
|
+
"description": "The id of the cluster.",
|
247
|
+
"required": true
|
248
|
+
},
|
249
|
+
"cpu": {
|
250
|
+
"description": "The cpu of the node.",
|
251
|
+
"required": true
|
252
|
+
},
|
253
|
+
"cvm_type": {
|
254
|
+
"description": "The type of node needed by cvm.",
|
255
|
+
"required": false
|
256
|
+
},
|
257
|
+
"docker_graph_path": {
|
258
|
+
"description": "The docker graph path is going to mounted.",
|
259
|
+
"required": false
|
260
|
+
},
|
261
|
+
"instance_type": {
|
262
|
+
"description": "The instance type of the node needed by cvm.",
|
263
|
+
"required": false
|
264
|
+
},
|
265
|
+
"is_vpc_gateway": {
|
266
|
+
"description": "Describe whether the node enable the gateway capability.",
|
267
|
+
"required": true
|
268
|
+
},
|
269
|
+
"key_id": {
|
270
|
+
"description": "The key_id of each node(if using key pair to access).",
|
271
|
+
"required": false
|
272
|
+
},
|
273
|
+
"mem": {
|
274
|
+
"description": "The memory of the node.",
|
275
|
+
"required": true
|
276
|
+
},
|
277
|
+
"mount_target": {
|
278
|
+
"description": "The path which volumn is going to be mounted.",
|
279
|
+
"required": false
|
280
|
+
},
|
281
|
+
"password": {
|
282
|
+
"description": "The password of each node.",
|
283
|
+
"required": false
|
284
|
+
},
|
285
|
+
"period": {
|
286
|
+
"description": "The puchase duration of the node needed by cvm.",
|
287
|
+
"required": false
|
288
|
+
},
|
289
|
+
"require_wan_ip": {
|
290
|
+
"description": "Indicate whether wan ip is needed.",
|
291
|
+
"required": false
|
292
|
+
},
|
293
|
+
"root_size": {
|
294
|
+
"description": "The size of the root volumn.",
|
295
|
+
"required": true
|
296
|
+
},
|
297
|
+
"root_type": {
|
298
|
+
"description": "The type of the root volumn. see more from CVM.",
|
299
|
+
"required": false
|
300
|
+
},
|
301
|
+
"sg_id": {
|
302
|
+
"description": "The safe-group id.",
|
303
|
+
"required": false
|
304
|
+
},
|
305
|
+
"storage_size": {
|
306
|
+
"description": "The size of the data volumn.",
|
307
|
+
"required": true
|
308
|
+
},
|
309
|
+
"storage_type": {
|
310
|
+
"description": "The type of the data volumn. see more from CVM.",
|
311
|
+
"required": false
|
312
|
+
},
|
313
|
+
"subnet_id": {
|
314
|
+
"description": "The subnet id which the node stays in.",
|
315
|
+
"required": true
|
316
|
+
},
|
317
|
+
"unschedulable": {
|
318
|
+
"description": "Determine whether the node will be schedulable. 0 is the default meaning node will be schedulable. 1 for unschedulable.",
|
319
|
+
"required": false
|
320
|
+
},
|
321
|
+
"user_script": {
|
322
|
+
"description": "User defined script in a base64-format. The script runs after the kubernetes component is ready on node. see more from CCS api documents.",
|
323
|
+
"required": false
|
324
|
+
},
|
325
|
+
"vpc_id": {
|
326
|
+
"description": "Specify vpc which the node(s) stay in.",
|
327
|
+
"required": true
|
328
|
+
},
|
329
|
+
"zone_id": {
|
330
|
+
"description": "The zone which the node stays in.",
|
331
|
+
"required": true
|
332
|
+
}
|
333
|
+
},
|
334
|
+
"path": "/docs/providers/tencentcloud/r/container_cluster_instance.html",
|
335
|
+
"properties": [
|
336
|
+
"cluster_id",
|
337
|
+
"cpu",
|
338
|
+
"mem",
|
339
|
+
"bandwidth",
|
340
|
+
"bandwidth_type",
|
341
|
+
"require_wan_ip",
|
342
|
+
"subnet_id",
|
343
|
+
"is_vpc_gateway",
|
344
|
+
"storage_size",
|
345
|
+
"storage_type",
|
346
|
+
"root_size",
|
347
|
+
"root_type",
|
348
|
+
"vpc_id",
|
349
|
+
"cvm_type",
|
350
|
+
"period",
|
351
|
+
"zone_id",
|
352
|
+
"instance_type",
|
353
|
+
"sg_id",
|
354
|
+
"mount_target",
|
355
|
+
"docker_graph_path",
|
356
|
+
"password",
|
357
|
+
"key_id",
|
358
|
+
"unschedulable",
|
359
|
+
"user_script"
|
360
|
+
]
|
361
|
+
},
|
362
|
+
"tencentcloud_dnat": {
|
363
|
+
"full_properties": {
|
364
|
+
"elastic_ip": {
|
365
|
+
"description": "The elastic IP of NAT gateway association, must a Elastic IP.",
|
366
|
+
"required": false
|
367
|
+
},
|
368
|
+
"elastic_port": {
|
369
|
+
"description": "The external port, valid value is 1~65535.",
|
370
|
+
"required": false
|
371
|
+
},
|
372
|
+
"nat_id": {
|
373
|
+
"description": "The ID for the NAT Gateway.",
|
374
|
+
"required": false
|
375
|
+
},
|
376
|
+
"private_ip": {
|
377
|
+
"description": "The internal ip, must a private ip (VPC IP).",
|
378
|
+
"required": false
|
379
|
+
},
|
380
|
+
"private_port": {
|
381
|
+
"description": "The internal port, valid value is 1~65535",
|
382
|
+
"required": false
|
383
|
+
},
|
384
|
+
"protocol": {
|
385
|
+
"description": "The ip protocal, valid value is tcp|udp.",
|
386
|
+
"required": false
|
387
|
+
},
|
388
|
+
"vpc_id": {
|
389
|
+
"description": "The VPC ID for the NAT Gateway.",
|
390
|
+
"required": false
|
391
|
+
}
|
392
|
+
},
|
393
|
+
"path": "/docs/providers/tencentcloud/r/dnat.html",
|
394
|
+
"properties": [
|
395
|
+
"nat_id",
|
396
|
+
"vpc_id",
|
397
|
+
"protocol",
|
398
|
+
"elastic_ip",
|
399
|
+
"elastic_port",
|
400
|
+
"private_ip",
|
401
|
+
"private_port"
|
402
|
+
]
|
403
|
+
},
|
404
|
+
"tencentcloud_eip": {
|
405
|
+
"full_properties": {
|
406
|
+
"name": {
|
407
|
+
"description": "The eip's name. ",
|
408
|
+
"required": false
|
409
|
+
}
|
410
|
+
},
|
411
|
+
"path": "/docs/providers/tencentcloud/r/eip.html",
|
412
|
+
"properties": [
|
413
|
+
"name"
|
414
|
+
]
|
415
|
+
},
|
416
|
+
"tencentcloud_eip_association": {
|
417
|
+
"full_properties": {
|
418
|
+
"eip_id": {
|
419
|
+
"description": "The eip's id.",
|
420
|
+
"required": true
|
421
|
+
},
|
422
|
+
"instance_id": {
|
423
|
+
"description": "The instance id going to bind with the EIP. This field is conflict with network_interface_id and private_ip fields.",
|
424
|
+
"required": false
|
425
|
+
},
|
426
|
+
"network_interface_id": {
|
427
|
+
"description": "Indicates the network interface id like eni-xxxxxx. This field is conflict with instance_id.",
|
428
|
+
"required": false
|
429
|
+
},
|
430
|
+
"private_ip": {
|
431
|
+
"description": "Indicates an IP belongs to the network_interface_id. This field is conflict with instance_id.",
|
432
|
+
"required": false
|
433
|
+
}
|
434
|
+
},
|
435
|
+
"path": "/docs/providers/tencentcloud/r/eip_association.html",
|
436
|
+
"properties": [
|
437
|
+
"eip_id",
|
438
|
+
"instance_id",
|
439
|
+
"network_interface_id",
|
440
|
+
"private_ip"
|
441
|
+
]
|
442
|
+
},
|
443
|
+
"tencentcloud_instance": {
|
444
|
+
"full_properties": {
|
445
|
+
"instance_id": {
|
446
|
+
"description": "ID of the CVM instance to attache to.",
|
447
|
+
"required": false
|
448
|
+
},
|
449
|
+
"storage_id": {
|
450
|
+
"description": "ID of the storage to be attached.",
|
451
|
+
"required": false
|
452
|
+
}
|
453
|
+
},
|
454
|
+
"path": "/docs/providers/tencentcloud/r/cbs_storage_attachment.html",
|
455
|
+
"properties": [
|
456
|
+
"storage_id",
|
457
|
+
"instance_id"
|
458
|
+
]
|
459
|
+
},
|
460
|
+
"tencentcloud_key_pair": {
|
461
|
+
"full_properties": {
|
462
|
+
"key_name": {
|
463
|
+
"description": "The key pair's name. It is the only in one TencentCloud account.",
|
464
|
+
"required": false
|
465
|
+
},
|
466
|
+
"public_key": {
|
467
|
+
"description": "You can import an existing public key and using TencentCloud key pair to manage it.",
|
468
|
+
"required": false
|
469
|
+
}
|
470
|
+
},
|
471
|
+
"path": "/docs/providers/tencentcloud/r/key_pair.html",
|
472
|
+
"properties": [
|
473
|
+
"key_name",
|
474
|
+
"public_key"
|
475
|
+
]
|
476
|
+
},
|
477
|
+
"tencentcloud_nat_gateway": {
|
478
|
+
"full_properties": {
|
479
|
+
"assigned_eip_set": {
|
480
|
+
"description": "Elastic IP arrays bound to the gateway, For more information on elastic IP, please refer to Elastic IP.",
|
481
|
+
"required": true
|
482
|
+
},
|
483
|
+
"bandwidth": {
|
484
|
+
"description": "The maximum public network output bandwidth of the gateway (unit: Mbps), for example: 10, 20, 50, 100, 200, 500, 1000, 2000, 5000. For more information, please refer to Virtual Private Cloud Gateway Description.",
|
485
|
+
"required": true
|
486
|
+
},
|
487
|
+
"max_concurrent": {
|
488
|
+
"description": "The upper limit of concurrent connection of NAT gateway, for example: 1000000, 3000000, 10000000. To learn more, please refer to Virtual Private Cloud Gateway Description.",
|
489
|
+
"required": true
|
490
|
+
},
|
491
|
+
"name": {
|
492
|
+
"description": "The name for the NAT Gateway.",
|
493
|
+
"required": true
|
494
|
+
},
|
495
|
+
"vpc_id": {
|
496
|
+
"description": "The VPC ID.",
|
497
|
+
"required": false
|
498
|
+
}
|
499
|
+
},
|
500
|
+
"path": "/docs/providers/tencentcloud/r/nat_gateway.html",
|
501
|
+
"properties": [
|
502
|
+
"name",
|
503
|
+
"vpc_id",
|
504
|
+
"max_concurrent",
|
505
|
+
"bandwidth",
|
506
|
+
"assigned_eip_set"
|
507
|
+
]
|
508
|
+
},
|
509
|
+
"tencentcloud_route_entry": {
|
510
|
+
"full_properties": {
|
511
|
+
"cidr_block": {
|
512
|
+
"description": "The RouteEntry's target network segment.",
|
513
|
+
"required": false
|
514
|
+
},
|
515
|
+
"next_hub": {
|
516
|
+
"description": "The route entry's next hub. CVM instance ID or VPC router interface ID.",
|
517
|
+
"required": false
|
518
|
+
},
|
519
|
+
"next_type": {
|
520
|
+
"description": "The next hop type. Available value is public_gateway、vpn_gateway、sslvpn_gateway、dc_gateway、peering_connection、nat_gateway and instance. instance points to CVM Instance.",
|
521
|
+
"required": false
|
522
|
+
},
|
523
|
+
"route_table_id": {
|
524
|
+
"description": "The ID of the route table.",
|
525
|
+
"required": false
|
526
|
+
},
|
527
|
+
"vpc_id": {
|
528
|
+
"description": "The VPC ID.",
|
529
|
+
"required": false
|
530
|
+
}
|
531
|
+
},
|
532
|
+
"path": "/docs/providers/tencentcloud/r/route_entry.html",
|
533
|
+
"properties": [
|
534
|
+
"vpc_id",
|
535
|
+
"route_table_id",
|
536
|
+
"cidr_block",
|
537
|
+
"next_type",
|
538
|
+
"next_hub"
|
539
|
+
]
|
540
|
+
},
|
541
|
+
"tencentcloud_route_table": {
|
542
|
+
"full_properties": {
|
543
|
+
"name": {
|
544
|
+
"description": "The name for the Route Table.",
|
545
|
+
"required": true
|
546
|
+
},
|
547
|
+
"vpc_id": {
|
548
|
+
"description": "The VPC ID.",
|
549
|
+
"required": false
|
550
|
+
}
|
551
|
+
},
|
552
|
+
"path": "/docs/providers/tencentcloud/r/route_table.html",
|
553
|
+
"properties": [
|
554
|
+
"name",
|
555
|
+
"vpc_id"
|
556
|
+
]
|
557
|
+
},
|
558
|
+
"tencentcloud_security_group": {
|
559
|
+
"full_properties": {
|
560
|
+
"description": {
|
561
|
+
"description": "The security group's description, maximum length is 100 characters.",
|
562
|
+
"required": false
|
563
|
+
},
|
564
|
+
"name": {
|
565
|
+
"description": "The name of the security group. Name should be unique in each project, and no more than 60 characters.",
|
566
|
+
"required": true
|
567
|
+
}
|
568
|
+
},
|
569
|
+
"path": "/docs/providers/tencentcloud/r/security_group.html",
|
570
|
+
"properties": [
|
571
|
+
"name",
|
572
|
+
"description"
|
573
|
+
]
|
574
|
+
},
|
575
|
+
"tencentcloud_security_group_rule": {
|
576
|
+
"full_properties": {
|
577
|
+
"cidr_ip": {
|
578
|
+
"description": "can be IP, or CIDR block.",
|
579
|
+
"required": false
|
580
|
+
},
|
581
|
+
"ip_protocol": {
|
582
|
+
"description": "Support \"UDP\"、\"TCP\"、\"ICMP\", Not configured means all protocols.",
|
583
|
+
"required": false
|
584
|
+
},
|
585
|
+
"policy": {
|
586
|
+
"description": "Policy of rule, \"accept\" or \"drop\".",
|
587
|
+
"required": false
|
588
|
+
},
|
589
|
+
"port_range": {
|
590
|
+
"description": "examples, Single port: \"53\"、Multiple ports: \"80,8080,443\"、Continuous port: \"80-90\", Not configured to represent all ports.",
|
591
|
+
"required": false
|
592
|
+
},
|
593
|
+
"security_group_id": {
|
594
|
+
"description": "The security group to apply this rule to.",
|
595
|
+
"required": false
|
596
|
+
},
|
597
|
+
"type": {
|
598
|
+
"description": "The type of rule being created. Valid options are \"ingress\" (inbound) or \"egress\" (outbound).",
|
599
|
+
"required": false
|
600
|
+
}
|
601
|
+
},
|
602
|
+
"path": "/docs/providers/tencentcloud/r/security_group_rule.html",
|
603
|
+
"properties": [
|
604
|
+
"security_group_id",
|
605
|
+
"type",
|
606
|
+
"cidr_ip",
|
607
|
+
"ip_protocol",
|
608
|
+
"port_range",
|
609
|
+
"policy"
|
610
|
+
]
|
611
|
+
},
|
612
|
+
"tencentcloud_subnet": {
|
613
|
+
"full_properties": {
|
614
|
+
"availability_zone": {
|
615
|
+
"description": "The AZ for the subnet.",
|
616
|
+
"required": false
|
617
|
+
},
|
618
|
+
"cidr_block": {
|
619
|
+
"description": "The CIDR block for the Subnet.",
|
620
|
+
"required": false
|
621
|
+
},
|
622
|
+
"name": {
|
623
|
+
"description": "The name for the Subnet.",
|
624
|
+
"required": true
|
625
|
+
},
|
626
|
+
"vpc_id": {
|
627
|
+
"description": "The VPC ID.",
|
628
|
+
"required": false
|
629
|
+
}
|
630
|
+
},
|
631
|
+
"path": "/docs/providers/tencentcloud/r/subnet.html",
|
632
|
+
"properties": [
|
633
|
+
"name",
|
634
|
+
"cidr_block",
|
635
|
+
"availability_zone",
|
636
|
+
"vpc_id"
|
637
|
+
]
|
638
|
+
},
|
639
|
+
"tencentcloud_vpc": {
|
640
|
+
"full_properties": {
|
641
|
+
"cidr_block": {
|
642
|
+
"description": "The CIDR block for the VPC.",
|
643
|
+
"required": true
|
644
|
+
},
|
645
|
+
"name": {
|
646
|
+
"description": "The name for the VPC.",
|
647
|
+
"required": true
|
648
|
+
}
|
649
|
+
},
|
650
|
+
"path": "/docs/providers/tencentcloud/r/vpc.html",
|
651
|
+
"properties": [
|
652
|
+
"name",
|
653
|
+
"cidr_block"
|
654
|
+
]
|
655
|
+
}
|
656
|
+
}
|