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
|
+
"ring": {
|
3
|
+
"full_properties": {
|
4
|
+
"google_kms_key_ring_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 key ring are preserved.",
|
6
|
+
"required": false
|
7
|
+
},
|
8
|
+
"google_kms_key_ring_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 key ring are preserved.",
|
10
|
+
"required": false
|
11
|
+
},
|
12
|
+
"google_kms_key_ring_iam_policy": {
|
13
|
+
"description": "Authoritative. Sets the IAM policy for the key ring and replaces any existing policy already attached.",
|
14
|
+
"required": false
|
15
|
+
}
|
16
|
+
},
|
17
|
+
"path": "/docs/providers/google/r/google_kms_key_ring_iam.html",
|
18
|
+
"properties": [
|
19
|
+
"google_kms_key_ring_iam_policy",
|
20
|
+
"google_kms_key_ring_iam_binding",
|
21
|
+
"google_kms_key_ring_iam_member"
|
22
|
+
]
|
23
|
+
}
|
24
|
+
}
|
@@ -0,0 +1,175 @@
|
|
1
|
+
{
|
2
|
+
"rundeck_job": {
|
3
|
+
"full_properties": {
|
4
|
+
"allow_concurrent_executions": {
|
5
|
+
"description": "Boolean defining whether two or more executions of",
|
6
|
+
"required": false
|
7
|
+
},
|
8
|
+
"command": {
|
9
|
+
"description": "Nested block defining one step in the job workflow. A job must have one or",
|
10
|
+
"required": true
|
11
|
+
},
|
12
|
+
"command_ordering_strategy": {
|
13
|
+
"description": "The name of the strategy used to describe how to",
|
14
|
+
"required": false
|
15
|
+
},
|
16
|
+
"continue_on_error": {
|
17
|
+
"description": "Boolean defining whether Rundeck will continue to run",
|
18
|
+
"required": false
|
19
|
+
},
|
20
|
+
"description": {
|
21
|
+
"description": "A longer description of the job, describing the job in the Rundeck UI.",
|
22
|
+
"required": true
|
23
|
+
},
|
24
|
+
"group_name": {
|
25
|
+
"description": "The name of a group within the project in which to place the job.",
|
26
|
+
"required": false
|
27
|
+
},
|
28
|
+
"log_level": {
|
29
|
+
"description": "The log level that Rundeck should use for this job. Defaults to \"INFO\".",
|
30
|
+
"required": false
|
31
|
+
},
|
32
|
+
"max_thread_count": {
|
33
|
+
"description": "The maximum number of threads to use to execute this job, which",
|
34
|
+
"required": false
|
35
|
+
},
|
36
|
+
"name": {
|
37
|
+
"description": "The name of the job, used to describe the job in the Rundeck UI.",
|
38
|
+
"required": true
|
39
|
+
},
|
40
|
+
"node_filter_exclude_precedence": {
|
41
|
+
"description": "Boolean controlling a deprecated Rundeck feature that controls",
|
42
|
+
"required": false
|
43
|
+
},
|
44
|
+
"node_filter_query": {
|
45
|
+
"description": "A query string using",
|
46
|
+
"required": false
|
47
|
+
},
|
48
|
+
"option": {
|
49
|
+
"description": "Nested block defining an option a user may set when executing this job. A",
|
50
|
+
"required": false
|
51
|
+
},
|
52
|
+
"preserve_options_order": {
|
53
|
+
"description": "Boolean controlling whether the configured options will",
|
54
|
+
"required": false
|
55
|
+
},
|
56
|
+
"project_name": {
|
57
|
+
"description": "The name of the project that this job should belong to.",
|
58
|
+
"required": true
|
59
|
+
},
|
60
|
+
"rank_attribute": {
|
61
|
+
"description": "The name of the attribute that will be used to decide in which",
|
62
|
+
"required": false
|
63
|
+
},
|
64
|
+
"rank_order": {
|
65
|
+
"description": "Keyword deciding which direction the nodes are sorted in terms of",
|
66
|
+
"required": false
|
67
|
+
}
|
68
|
+
},
|
69
|
+
"path": "/docs/providers/rundeck/r/job.html",
|
70
|
+
"properties": [
|
71
|
+
"name",
|
72
|
+
"description",
|
73
|
+
"project_name",
|
74
|
+
"group_name",
|
75
|
+
"log_level",
|
76
|
+
"allow_concurrent_executions",
|
77
|
+
"max_thread_count",
|
78
|
+
"continue_on_error",
|
79
|
+
"rank_attribute",
|
80
|
+
"rank_order",
|
81
|
+
"preserve_options_order",
|
82
|
+
"command_ordering_strategy",
|
83
|
+
"node_filter_query",
|
84
|
+
"node_filter_exclude_precedence",
|
85
|
+
"option",
|
86
|
+
"command"
|
87
|
+
]
|
88
|
+
},
|
89
|
+
"rundeck_private_key": {
|
90
|
+
"full_properties": {
|
91
|
+
"key_material": {
|
92
|
+
"description": "The private key material to store, serialized in any way that is",
|
93
|
+
"required": true
|
94
|
+
},
|
95
|
+
"path": {
|
96
|
+
"description": "The path within the key store where the key will be stored.",
|
97
|
+
"required": true
|
98
|
+
}
|
99
|
+
},
|
100
|
+
"path": "/docs/providers/rundeck/r/private_key.html",
|
101
|
+
"properties": [
|
102
|
+
"path",
|
103
|
+
"key_material"
|
104
|
+
]
|
105
|
+
},
|
106
|
+
"rundeck_project": {
|
107
|
+
"full_properties": {
|
108
|
+
"default_node_executor_plugin": {
|
109
|
+
"description": "The name of a plugin to use to run commands on",
|
110
|
+
"required": false
|
111
|
+
},
|
112
|
+
"default_node_file_copier_plugin": {
|
113
|
+
"description": "The name of a plugin to use to copy files onto",
|
114
|
+
"required": false
|
115
|
+
},
|
116
|
+
"description": {
|
117
|
+
"description": "A description of the project, to be displayed in the Rundeck UI.",
|
118
|
+
"required": false
|
119
|
+
},
|
120
|
+
"extra_config": {
|
121
|
+
"description": "Behind the scenes a Rundeck project is really an arbitrary set of",
|
122
|
+
"required": false
|
123
|
+
},
|
124
|
+
"name": {
|
125
|
+
"description": "The name of the project, used both in the UI and to uniquely identify",
|
126
|
+
"required": true
|
127
|
+
},
|
128
|
+
"resource_model_source": {
|
129
|
+
"description": "Nested block instructing Rundeck on how to determine the",
|
130
|
+
"required": true
|
131
|
+
},
|
132
|
+
"ssh_authentication_type": {
|
133
|
+
"description": "When the SSH-based file copier and executor plugins are",
|
134
|
+
"required": false
|
135
|
+
},
|
136
|
+
"ssh_key_file_path": {
|
137
|
+
"description": "Like ssh_key_storage_path except that the key is read from",
|
138
|
+
"required": false
|
139
|
+
},
|
140
|
+
"ssh_key_storage_path": {
|
141
|
+
"description": "When the SSH-based file copier and executor plugins are",
|
142
|
+
"required": false
|
143
|
+
}
|
144
|
+
},
|
145
|
+
"path": "/docs/providers/rundeck/r/project.html",
|
146
|
+
"properties": [
|
147
|
+
"name",
|
148
|
+
"resource_model_source",
|
149
|
+
"description",
|
150
|
+
"default_node_file_copier_plugin",
|
151
|
+
"default_node_executor_plugin",
|
152
|
+
"ssh_authentication_type",
|
153
|
+
"ssh_key_storage_path",
|
154
|
+
"ssh_key_file_path",
|
155
|
+
"extra_config"
|
156
|
+
]
|
157
|
+
},
|
158
|
+
"rundeck_public_key": {
|
159
|
+
"full_properties": {
|
160
|
+
"key_material": {
|
161
|
+
"description": "The public key string to store, serialized in any way that is accepted",
|
162
|
+
"required": false
|
163
|
+
},
|
164
|
+
"path": {
|
165
|
+
"description": "The path within the key store where the key will be stored. By convention",
|
166
|
+
"required": true
|
167
|
+
}
|
168
|
+
},
|
169
|
+
"path": "/docs/providers/rundeck/r/public_key.html",
|
170
|
+
"properties": [
|
171
|
+
"path",
|
172
|
+
"key_material"
|
173
|
+
]
|
174
|
+
}
|
175
|
+
}
|
@@ -0,0 +1,167 @@
|
|
1
|
+
{
|
2
|
+
"runscope_bucket": {
|
3
|
+
"full_properties": {
|
4
|
+
"name": {
|
5
|
+
"description": "The name of this bucket.",
|
6
|
+
"required": false
|
7
|
+
},
|
8
|
+
"team_uuid": {
|
9
|
+
"description": "Unique identifier for the team this bucket",
|
10
|
+
"required": false
|
11
|
+
}
|
12
|
+
},
|
13
|
+
"path": "/docs/providers/runscope/r/bucket.html",
|
14
|
+
"properties": [
|
15
|
+
"name",
|
16
|
+
"team_uuid"
|
17
|
+
]
|
18
|
+
},
|
19
|
+
"runscope_environment": {
|
20
|
+
"full_properties": {
|
21
|
+
"bucket_id": {
|
22
|
+
"description": "The id of the bucket to associate this environment with.",
|
23
|
+
"required": true
|
24
|
+
},
|
25
|
+
"emails": {
|
26
|
+
"description": "A list of settings for sending email notifications upon completion of a test run using this environment. Emails block is documented below",
|
27
|
+
"required": false
|
28
|
+
},
|
29
|
+
"initial_variables": {
|
30
|
+
"description": "Map of keys and values being used for variables when the test begins.",
|
31
|
+
"required": false
|
32
|
+
},
|
33
|
+
"integrations": {
|
34
|
+
"description": "A list of integration ids to enable for test runs using this environment.",
|
35
|
+
"required": false
|
36
|
+
},
|
37
|
+
"name": {
|
38
|
+
"description": "The name of environment.",
|
39
|
+
"required": true
|
40
|
+
},
|
41
|
+
"preserve_cookies": {
|
42
|
+
"description": "If this is set to true, tests using this enviornment will manage cookies between steps.",
|
43
|
+
"required": false
|
44
|
+
},
|
45
|
+
"regions": {
|
46
|
+
"description": "A list of Runscope regions to execute test runs in when using this environment.",
|
47
|
+
"required": false
|
48
|
+
},
|
49
|
+
"remote_agents": {
|
50
|
+
"description": "A list of Remote Agents to execute test runs in when using this environment.",
|
51
|
+
"required": false
|
52
|
+
},
|
53
|
+
"script": {
|
54
|
+
"description": "The script",
|
55
|
+
"required": false
|
56
|
+
},
|
57
|
+
"test_id": {
|
58
|
+
"description": "The id of the test to associate this environment with.",
|
59
|
+
"required": false
|
60
|
+
},
|
61
|
+
"webhooks": {
|
62
|
+
"description": "A list of URL's to send results to when test runs using this environment finish.",
|
63
|
+
"required": false
|
64
|
+
}
|
65
|
+
},
|
66
|
+
"path": "/docs/providers/runscope/r/environment.html",
|
67
|
+
"properties": [
|
68
|
+
"bucket_id",
|
69
|
+
"test_id",
|
70
|
+
"name",
|
71
|
+
"script",
|
72
|
+
"preserve_cookies",
|
73
|
+
"initial_variables",
|
74
|
+
"integrations",
|
75
|
+
"regions",
|
76
|
+
"remote_agents",
|
77
|
+
"webhooks",
|
78
|
+
"emails"
|
79
|
+
]
|
80
|
+
},
|
81
|
+
"runscope_schedule": {
|
82
|
+
"full_properties": {
|
83
|
+
"": {
|
84
|
+
"description": "1d — every day.",
|
85
|
+
"required": false
|
86
|
+
},
|
87
|
+
"bucket_id": {
|
88
|
+
"description": "The id of the bucket to associate this schedule with.",
|
89
|
+
"required": true
|
90
|
+
},
|
91
|
+
"environment_id": {
|
92
|
+
"description": "The id of the environment to use when running the test.",
|
93
|
+
"required": true
|
94
|
+
},
|
95
|
+
"interval": {
|
96
|
+
"description": "The schedule's interval, must be one of:",
|
97
|
+
"required": true
|
98
|
+
},
|
99
|
+
"note": {
|
100
|
+
"description": "A human-friendly description for the schedule.",
|
101
|
+
"required": false
|
102
|
+
},
|
103
|
+
"test_id": {
|
104
|
+
"description": "The id of the test to associate this schedule with.",
|
105
|
+
"required": true
|
106
|
+
}
|
107
|
+
},
|
108
|
+
"path": "/docs/providers/runscope/r/schedule.html",
|
109
|
+
"properties": [
|
110
|
+
"bucket_id",
|
111
|
+
"test_id",
|
112
|
+
"environment_id",
|
113
|
+
"interval",
|
114
|
+
"",
|
115
|
+
"note"
|
116
|
+
]
|
117
|
+
},
|
118
|
+
"runscope_step": {
|
119
|
+
"full_properties": {
|
120
|
+
"": {
|
121
|
+
"description": "subtest",
|
122
|
+
"required": false
|
123
|
+
},
|
124
|
+
"bucket_id": {
|
125
|
+
"description": "The id of the bucket to associate this step with.",
|
126
|
+
"required": true
|
127
|
+
},
|
128
|
+
"note": {
|
129
|
+
"description": "= (Optional) A comment attached to the test step.",
|
130
|
+
"required": false
|
131
|
+
},
|
132
|
+
"step_type": {
|
133
|
+
"description": "The type of step.",
|
134
|
+
"required": true
|
135
|
+
},
|
136
|
+
"test_id": {
|
137
|
+
"description": "The id of the test to associate this step with.",
|
138
|
+
"required": true
|
139
|
+
}
|
140
|
+
},
|
141
|
+
"path": "/docs/providers/runscope/r/step.html",
|
142
|
+
"properties": [
|
143
|
+
"bucket_id",
|
144
|
+
"test_id",
|
145
|
+
"note",
|
146
|
+
"step_type",
|
147
|
+
""
|
148
|
+
]
|
149
|
+
},
|
150
|
+
"runscope_test": {
|
151
|
+
"full_properties": {
|
152
|
+
"description": {
|
153
|
+
"description": "Human-readable description of the new test.",
|
154
|
+
"required": false
|
155
|
+
},
|
156
|
+
"name": {
|
157
|
+
"description": "The name of this test.",
|
158
|
+
"required": false
|
159
|
+
}
|
160
|
+
},
|
161
|
+
"path": "/docs/providers/runscope/r/test.html",
|
162
|
+
"properties": [
|
163
|
+
"name",
|
164
|
+
"description"
|
165
|
+
]
|
166
|
+
}
|
167
|
+
}
|
@@ -0,0 +1,267 @@
|
|
1
|
+
{
|
2
|
+
"scaleway_bucket": {
|
3
|
+
"full_properties": {
|
4
|
+
"name": {
|
5
|
+
"description": "Name of the Scaleway objectstorage bucket",
|
6
|
+
"required": true
|
7
|
+
}
|
8
|
+
},
|
9
|
+
"path": "/docs/providers/scaleway/r/bucket.html",
|
10
|
+
"properties": [
|
11
|
+
"name"
|
12
|
+
]
|
13
|
+
},
|
14
|
+
"scaleway_ip": {
|
15
|
+
"full_properties": {
|
16
|
+
"reverse": {
|
17
|
+
"description": "Reverse DNS of the IP",
|
18
|
+
"required": false
|
19
|
+
},
|
20
|
+
"server": {
|
21
|
+
"description": "ID of server to associate IP with",
|
22
|
+
"required": false
|
23
|
+
}
|
24
|
+
},
|
25
|
+
"path": "/docs/providers/scaleway/r/ip.html",
|
26
|
+
"properties": [
|
27
|
+
"server",
|
28
|
+
"reverse"
|
29
|
+
]
|
30
|
+
},
|
31
|
+
"scaleway_security_group": {
|
32
|
+
"full_properties": {
|
33
|
+
"description": {
|
34
|
+
"description": "description of security group",
|
35
|
+
"required": true
|
36
|
+
},
|
37
|
+
"enable_default_security": {
|
38
|
+
"description": "default: true. Add default security group rules",
|
39
|
+
"required": false
|
40
|
+
},
|
41
|
+
"name": {
|
42
|
+
"description": "name of security group",
|
43
|
+
"required": true
|
44
|
+
}
|
45
|
+
},
|
46
|
+
"path": "/docs/providers/scaleway/r/security_group.html",
|
47
|
+
"properties": [
|
48
|
+
"name",
|
49
|
+
"description",
|
50
|
+
"enable_default_security"
|
51
|
+
]
|
52
|
+
},
|
53
|
+
"scaleway_security_group_rule": {
|
54
|
+
"full_properties": {
|
55
|
+
"action": {
|
56
|
+
"description": "action of rule (accept, drop)",
|
57
|
+
"required": true
|
58
|
+
},
|
59
|
+
"direction": {
|
60
|
+
"description": "direction of rule (inbound, outbound)",
|
61
|
+
"required": true
|
62
|
+
},
|
63
|
+
"ip_range": {
|
64
|
+
"description": "ip_range of rule",
|
65
|
+
"required": true
|
66
|
+
},
|
67
|
+
"port": {
|
68
|
+
"description": "port of the rule",
|
69
|
+
"required": false
|
70
|
+
},
|
71
|
+
"protocol": {
|
72
|
+
"description": "protocol of rule (ICMP, TCP, UDP)",
|
73
|
+
"required": true
|
74
|
+
},
|
75
|
+
"security_group": {
|
76
|
+
"description": "the security group which should be associated with this rule",
|
77
|
+
"required": true
|
78
|
+
}
|
79
|
+
},
|
80
|
+
"path": "/docs/providers/scaleway/r/security_group_rule.html",
|
81
|
+
"properties": [
|
82
|
+
"security_group",
|
83
|
+
"action",
|
84
|
+
"direction",
|
85
|
+
"ip_range",
|
86
|
+
"protocol",
|
87
|
+
"port"
|
88
|
+
]
|
89
|
+
},
|
90
|
+
"scaleway_server": {
|
91
|
+
"full_properties": {
|
92
|
+
"boot_type": {
|
93
|
+
"description": "the boot mechanism for this server. Possible values include local and bootscript",
|
94
|
+
"required": false
|
95
|
+
},
|
96
|
+
"bootscript": {
|
97
|
+
"description": "server bootscript",
|
98
|
+
"required": false
|
99
|
+
},
|
100
|
+
"dynamic_ip_required": {
|
101
|
+
"description": "make server publicly available",
|
102
|
+
"required": false
|
103
|
+
},
|
104
|
+
"enable_ipv6": {
|
105
|
+
"description": "enable ipv6",
|
106
|
+
"required": false
|
107
|
+
},
|
108
|
+
"image": {
|
109
|
+
"description": "base image of server",
|
110
|
+
"required": true
|
111
|
+
},
|
112
|
+
"name": {
|
113
|
+
"description": "name of server",
|
114
|
+
"required": true
|
115
|
+
},
|
116
|
+
"public_ip": {
|
117
|
+
"description": "set a public ip previously created (a real ip is expected here, not its resource id)",
|
118
|
+
"required": false
|
119
|
+
},
|
120
|
+
"public_ipv6": {
|
121
|
+
"description": "if enable_ipv6 is set this contains the ipv6 address of your instance",
|
122
|
+
"required": false
|
123
|
+
},
|
124
|
+
"security_group": {
|
125
|
+
"description": "assign security group to server",
|
126
|
+
"required": false
|
127
|
+
},
|
128
|
+
"state": {
|
129
|
+
"description": "allows you to define the desired state of your server. Valid values include (stopped, running)",
|
130
|
+
"required": false
|
131
|
+
},
|
132
|
+
"state_detail": {
|
133
|
+
"description": "contains details from the scaleway API the state of your instance",
|
134
|
+
"required": false
|
135
|
+
},
|
136
|
+
"tags": {
|
137
|
+
"description": "list of tags for server",
|
138
|
+
"required": false
|
139
|
+
},
|
140
|
+
"type": {
|
141
|
+
"description": "type of server",
|
142
|
+
"required": true
|
143
|
+
},
|
144
|
+
"volume": {
|
145
|
+
"description": "attach additional volumes to your instance (see below)",
|
146
|
+
"required": false
|
147
|
+
}
|
148
|
+
},
|
149
|
+
"path": "/docs/providers/scaleway/r/server.html",
|
150
|
+
"properties": [
|
151
|
+
"name",
|
152
|
+
"image",
|
153
|
+
"type",
|
154
|
+
"bootscript",
|
155
|
+
"boot_type",
|
156
|
+
"tags",
|
157
|
+
"enable_ipv6",
|
158
|
+
"dynamic_ip_required",
|
159
|
+
"public_ip",
|
160
|
+
"security_group",
|
161
|
+
"volume",
|
162
|
+
"public_ipv6",
|
163
|
+
"state",
|
164
|
+
"state_detail"
|
165
|
+
]
|
166
|
+
},
|
167
|
+
"scaleway_ssh_key": {
|
168
|
+
"full_properties": {
|
169
|
+
"key": {
|
170
|
+
"description": "public key of the SSH key to be added",
|
171
|
+
"required": true
|
172
|
+
}
|
173
|
+
},
|
174
|
+
"path": "/docs/providers/scaleway/r/ssh_key.html",
|
175
|
+
"properties": [
|
176
|
+
"key"
|
177
|
+
]
|
178
|
+
},
|
179
|
+
"scaleway_token": {
|
180
|
+
"full_properties": {
|
181
|
+
"description": {
|
182
|
+
"description": "Token description",
|
183
|
+
"required": false
|
184
|
+
},
|
185
|
+
"email": {
|
186
|
+
"description": "Scaleway account email. Defaults to registered account",
|
187
|
+
"required": false
|
188
|
+
},
|
189
|
+
"expires": {
|
190
|
+
"description": "Define if the token should automatically expire or not",
|
191
|
+
"required": false
|
192
|
+
},
|
193
|
+
"password": {
|
194
|
+
"description": "Scaleway account password. Required for cross-account token management",
|
195
|
+
"required": false
|
196
|
+
}
|
197
|
+
},
|
198
|
+
"path": "/docs/providers/scaleway/r/token.html",
|
199
|
+
"properties": [
|
200
|
+
"expires",
|
201
|
+
"email",
|
202
|
+
"password",
|
203
|
+
"description"
|
204
|
+
]
|
205
|
+
},
|
206
|
+
"scaleway_user_data": {
|
207
|
+
"full_properties": {
|
208
|
+
"key": {
|
209
|
+
"description": "The key of the user data object",
|
210
|
+
"required": true
|
211
|
+
},
|
212
|
+
"server": {
|
213
|
+
"description": "ID of server to associate the user data with",
|
214
|
+
"required": true
|
215
|
+
},
|
216
|
+
"value": {
|
217
|
+
"description": "The value of the user data object",
|
218
|
+
"required": true
|
219
|
+
}
|
220
|
+
},
|
221
|
+
"path": "/docs/providers/scaleway/r/user_data.html",
|
222
|
+
"properties": [
|
223
|
+
"server",
|
224
|
+
"key",
|
225
|
+
"value"
|
226
|
+
]
|
227
|
+
},
|
228
|
+
"scaleway_volume": {
|
229
|
+
"full_properties": {
|
230
|
+
"name": {
|
231
|
+
"description": "name of volume",
|
232
|
+
"required": true
|
233
|
+
},
|
234
|
+
"size_in_gb": {
|
235
|
+
"description": "size of the volume in GB",
|
236
|
+
"required": true
|
237
|
+
},
|
238
|
+
"type": {
|
239
|
+
"description": "type of volume",
|
240
|
+
"required": true
|
241
|
+
}
|
242
|
+
},
|
243
|
+
"path": "/docs/providers/scaleway/r/volume.html",
|
244
|
+
"properties": [
|
245
|
+
"name",
|
246
|
+
"size_in_gb",
|
247
|
+
"type"
|
248
|
+
]
|
249
|
+
},
|
250
|
+
"scaleway_volume_attachment": {
|
251
|
+
"full_properties": {
|
252
|
+
"server": {
|
253
|
+
"description": "id of the server",
|
254
|
+
"required": true
|
255
|
+
},
|
256
|
+
"volume": {
|
257
|
+
"description": "id of the volume to be attached",
|
258
|
+
"required": true
|
259
|
+
}
|
260
|
+
},
|
261
|
+
"path": "/docs/providers/scaleway/r/volume_attachment.html",
|
262
|
+
"properties": [
|
263
|
+
"server",
|
264
|
+
"volume"
|
265
|
+
]
|
266
|
+
}
|
267
|
+
}
|