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
|
+
"projects": {
|
3
|
+
"full_properties": {
|
4
|
+
"google_project_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 project are preserved.",
|
6
|
+
"required": false
|
7
|
+
},
|
8
|
+
"google_project_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 project are preserved.",
|
10
|
+
"required": false
|
11
|
+
},
|
12
|
+
"google_project_iam_policy": {
|
13
|
+
"description": "Authoritative. Sets the IAM policy for the project and replaces any existing policy already attached.",
|
14
|
+
"required": false
|
15
|
+
}
|
16
|
+
},
|
17
|
+
"path": "/docs/providers/google/r/google_project_iam.html",
|
18
|
+
"properties": [
|
19
|
+
"google_project_iam_policy",
|
20
|
+
"google_project_iam_binding",
|
21
|
+
"google_project_iam_member"
|
22
|
+
]
|
23
|
+
}
|
24
|
+
}
|
@@ -0,0 +1,161 @@
|
|
1
|
+
{
|
2
|
+
"rabbitmq_binding": {
|
3
|
+
"full_properties": {
|
4
|
+
"arguments": {
|
5
|
+
"description": "Additional key/value arguments for the binding.",
|
6
|
+
"required": false
|
7
|
+
},
|
8
|
+
"destination": {
|
9
|
+
"description": "The destination queue or exchange.",
|
10
|
+
"required": true
|
11
|
+
},
|
12
|
+
"destination_type": {
|
13
|
+
"description": "The type of destination (queue or exchange).",
|
14
|
+
"required": true
|
15
|
+
},
|
16
|
+
"routing_key": {
|
17
|
+
"description": "A routing key for the binding.",
|
18
|
+
"required": false
|
19
|
+
},
|
20
|
+
"source": {
|
21
|
+
"description": "The source exchange.",
|
22
|
+
"required": true
|
23
|
+
},
|
24
|
+
"vhost": {
|
25
|
+
"description": "The vhost to create the resource in.",
|
26
|
+
"required": true
|
27
|
+
}
|
28
|
+
},
|
29
|
+
"path": "/docs/providers/rabbitmq/r/binding.html",
|
30
|
+
"properties": [
|
31
|
+
"source",
|
32
|
+
"vhost",
|
33
|
+
"destination",
|
34
|
+
"destination_type",
|
35
|
+
"routing_key",
|
36
|
+
"arguments"
|
37
|
+
]
|
38
|
+
},
|
39
|
+
"rabbitmq_exchange": {
|
40
|
+
"full_properties": {
|
41
|
+
"name": {
|
42
|
+
"description": "The name of the exchange.",
|
43
|
+
"required": true
|
44
|
+
},
|
45
|
+
"settings": {
|
46
|
+
"description": "The settings of the exchange. The structure is",
|
47
|
+
"required": true
|
48
|
+
},
|
49
|
+
"vhost": {
|
50
|
+
"description": "The vhost to create the resource in.",
|
51
|
+
"required": true
|
52
|
+
}
|
53
|
+
},
|
54
|
+
"path": "/docs/providers/rabbitmq/r/exchange.html",
|
55
|
+
"properties": [
|
56
|
+
"name",
|
57
|
+
"vhost",
|
58
|
+
"settings"
|
59
|
+
]
|
60
|
+
},
|
61
|
+
"rabbitmq_permissions": {
|
62
|
+
"full_properties": {
|
63
|
+
"permissions": {
|
64
|
+
"description": "The settings of the permissions. The structure is",
|
65
|
+
"required": true
|
66
|
+
},
|
67
|
+
"user": {
|
68
|
+
"description": "The user to apply the permissions to.",
|
69
|
+
"required": true
|
70
|
+
},
|
71
|
+
"vhost": {
|
72
|
+
"description": "The vhost to create the resource in.",
|
73
|
+
"required": true
|
74
|
+
}
|
75
|
+
},
|
76
|
+
"path": "/docs/providers/rabbitmq/r/permissions.html",
|
77
|
+
"properties": [
|
78
|
+
"user",
|
79
|
+
"vhost",
|
80
|
+
"permissions"
|
81
|
+
]
|
82
|
+
},
|
83
|
+
"rabbitmq_policy": {
|
84
|
+
"full_properties": {
|
85
|
+
"name": {
|
86
|
+
"description": "The name of the policy.",
|
87
|
+
"required": true
|
88
|
+
},
|
89
|
+
"policy": {
|
90
|
+
"description": "The settings of the policy. The structure is",
|
91
|
+
"required": true
|
92
|
+
},
|
93
|
+
"vhost": {
|
94
|
+
"description": "The vhost to create the resource in.",
|
95
|
+
"required": true
|
96
|
+
}
|
97
|
+
},
|
98
|
+
"path": "/docs/providers/rabbitmq/r/policy.html",
|
99
|
+
"properties": [
|
100
|
+
"name",
|
101
|
+
"vhost",
|
102
|
+
"policy"
|
103
|
+
]
|
104
|
+
},
|
105
|
+
"rabbitmq_queue": {
|
106
|
+
"full_properties": {
|
107
|
+
"name": {
|
108
|
+
"description": "The name of the queue.",
|
109
|
+
"required": true
|
110
|
+
},
|
111
|
+
"settings": {
|
112
|
+
"description": "The settings of the queue. The structure is",
|
113
|
+
"required": true
|
114
|
+
},
|
115
|
+
"vhost": {
|
116
|
+
"description": "The vhost to create the resource in.",
|
117
|
+
"required": true
|
118
|
+
}
|
119
|
+
},
|
120
|
+
"path": "/docs/providers/rabbitmq/r/queue.html",
|
121
|
+
"properties": [
|
122
|
+
"name",
|
123
|
+
"vhost",
|
124
|
+
"settings"
|
125
|
+
]
|
126
|
+
},
|
127
|
+
"rabbitmq_user": {
|
128
|
+
"full_properties": {
|
129
|
+
"name": {
|
130
|
+
"description": "The name of the user.",
|
131
|
+
"required": true
|
132
|
+
},
|
133
|
+
"password": {
|
134
|
+
"description": "The password of the user. The value of this argument",
|
135
|
+
"required": true
|
136
|
+
},
|
137
|
+
"tags": {
|
138
|
+
"description": "Which permission model to apply to the user. Valid",
|
139
|
+
"required": false
|
140
|
+
}
|
141
|
+
},
|
142
|
+
"path": "/docs/providers/rabbitmq/r/user.html",
|
143
|
+
"properties": [
|
144
|
+
"name",
|
145
|
+
"password",
|
146
|
+
"tags"
|
147
|
+
]
|
148
|
+
},
|
149
|
+
"rabbitmq_vhost": {
|
150
|
+
"full_properties": {
|
151
|
+
"name": {
|
152
|
+
"description": "The name of the vhost.",
|
153
|
+
"required": true
|
154
|
+
}
|
155
|
+
},
|
156
|
+
"path": "/docs/providers/rabbitmq/r/vhost.html",
|
157
|
+
"properties": [
|
158
|
+
"name"
|
159
|
+
]
|
160
|
+
}
|
161
|
+
}
|
@@ -0,0 +1,310 @@
|
|
1
|
+
{
|
2
|
+
"rancher_certificate": {
|
3
|
+
"full_properties": {
|
4
|
+
"cert": {
|
5
|
+
"description": "The certificate content.",
|
6
|
+
"required": true
|
7
|
+
},
|
8
|
+
"cert_chain": {
|
9
|
+
"description": "The certificate chain.",
|
10
|
+
"required": false
|
11
|
+
},
|
12
|
+
"description": {
|
13
|
+
"description": "A certificate description.",
|
14
|
+
"required": false
|
15
|
+
},
|
16
|
+
"environment_id": {
|
17
|
+
"description": "The ID of the environment to create the certificate for.",
|
18
|
+
"required": true
|
19
|
+
},
|
20
|
+
"key": {
|
21
|
+
"description": "The certificate key.",
|
22
|
+
"required": true
|
23
|
+
},
|
24
|
+
"name": {
|
25
|
+
"description": "The name of the certificate.",
|
26
|
+
"required": true
|
27
|
+
}
|
28
|
+
},
|
29
|
+
"path": "/docs/providers/rancher/r/certificate.html",
|
30
|
+
"properties": [
|
31
|
+
"name",
|
32
|
+
"description",
|
33
|
+
"environment_id",
|
34
|
+
"cert",
|
35
|
+
"cert_chain",
|
36
|
+
"key"
|
37
|
+
]
|
38
|
+
},
|
39
|
+
"rancher_environment": {
|
40
|
+
"full_properties": {
|
41
|
+
"description": {
|
42
|
+
"description": "An environment description.",
|
43
|
+
"required": false
|
44
|
+
},
|
45
|
+
"member": {
|
46
|
+
"description": "Members to add to the environment.",
|
47
|
+
"required": false
|
48
|
+
},
|
49
|
+
"name": {
|
50
|
+
"description": "The name of the environment.",
|
51
|
+
"required": true
|
52
|
+
},
|
53
|
+
"orchestration": {
|
54
|
+
"description": "Must be one of cattle, swarm, mesos, windows or kubernetes. This is a helper for setting the project_template_ids for the included Rancher templates. This will conflict with project_template_id setting. Changing this forces a new resource to be created.",
|
55
|
+
"required": false
|
56
|
+
},
|
57
|
+
"project_template_id": {
|
58
|
+
"description": "This can be any valid project template ID. If this is set, then orchestration can not be. Changing this forces a new resource to be created.",
|
59
|
+
"required": false
|
60
|
+
}
|
61
|
+
},
|
62
|
+
"path": "/docs/providers/rancher/r/environment.html",
|
63
|
+
"properties": [
|
64
|
+
"name",
|
65
|
+
"description",
|
66
|
+
"orchestration",
|
67
|
+
"project_template_id",
|
68
|
+
"member"
|
69
|
+
]
|
70
|
+
},
|
71
|
+
"rancher_host": {
|
72
|
+
"full_properties": {
|
73
|
+
"description": {
|
74
|
+
"description": "A host description.",
|
75
|
+
"required": false
|
76
|
+
},
|
77
|
+
"environment_id": {
|
78
|
+
"description": "The ID of the environment the host is associated to.",
|
79
|
+
"required": true
|
80
|
+
},
|
81
|
+
"hostname": {
|
82
|
+
"description": "The host name. Used as the primary key to detect the host ID.",
|
83
|
+
"required": true
|
84
|
+
},
|
85
|
+
"id": {
|
86
|
+
"description": "The ID of the resource.",
|
87
|
+
"required": false
|
88
|
+
},
|
89
|
+
"labels": {
|
90
|
+
"description": "A dictionary of labels to apply to the host. Computed internal labels are excluded from that list.",
|
91
|
+
"required": false
|
92
|
+
},
|
93
|
+
"name": {
|
94
|
+
"description": "The name of the host.",
|
95
|
+
"required": true
|
96
|
+
}
|
97
|
+
},
|
98
|
+
"path": "/docs/providers/rancher/r/host.html",
|
99
|
+
"properties": [
|
100
|
+
"id",
|
101
|
+
"name",
|
102
|
+
"description",
|
103
|
+
"environment_id",
|
104
|
+
"hostname",
|
105
|
+
"labels"
|
106
|
+
]
|
107
|
+
},
|
108
|
+
"rancher_registration_token": {
|
109
|
+
"full_properties": {
|
110
|
+
"agent_ip": {
|
111
|
+
"description": "A string containing the CATTLE_AGENT_IP to add to the registration command.",
|
112
|
+
"required": false
|
113
|
+
},
|
114
|
+
"description": {
|
115
|
+
"description": "A registration token description.",
|
116
|
+
"required": false
|
117
|
+
},
|
118
|
+
"environment_id": {
|
119
|
+
"description": "The ID of the environment to create the token for.",
|
120
|
+
"required": true
|
121
|
+
},
|
122
|
+
"host_labels": {
|
123
|
+
"description": "A map of host labels to add to the registration command.",
|
124
|
+
"required": false
|
125
|
+
},
|
126
|
+
"name": {
|
127
|
+
"description": "The name of the registration token.",
|
128
|
+
"required": true
|
129
|
+
}
|
130
|
+
},
|
131
|
+
"path": "/docs/providers/rancher/r/registration_token.html",
|
132
|
+
"properties": [
|
133
|
+
"name",
|
134
|
+
"description",
|
135
|
+
"environment_id",
|
136
|
+
"host_labels",
|
137
|
+
"agent_ip"
|
138
|
+
]
|
139
|
+
},
|
140
|
+
"rancher_registry": {
|
141
|
+
"full_properties": {
|
142
|
+
"description": {
|
143
|
+
"description": "A registry description.",
|
144
|
+
"required": false
|
145
|
+
},
|
146
|
+
"environment_id": {
|
147
|
+
"description": "The ID of the environment to create the registry for.",
|
148
|
+
"required": true
|
149
|
+
},
|
150
|
+
"name": {
|
151
|
+
"description": "The name of the registry.",
|
152
|
+
"required": true
|
153
|
+
},
|
154
|
+
"server_address": {
|
155
|
+
"description": "The server address for the registry.",
|
156
|
+
"required": true
|
157
|
+
}
|
158
|
+
},
|
159
|
+
"path": "/docs/providers/rancher/r/registry.html",
|
160
|
+
"properties": [
|
161
|
+
"name",
|
162
|
+
"description",
|
163
|
+
"environment_id",
|
164
|
+
"server_address"
|
165
|
+
]
|
166
|
+
},
|
167
|
+
"rancher_registry_credential": {
|
168
|
+
"full_properties": {
|
169
|
+
"description": {
|
170
|
+
"description": "A registry credential description.",
|
171
|
+
"required": false
|
172
|
+
},
|
173
|
+
"name": {
|
174
|
+
"description": "The name of the registry credential.",
|
175
|
+
"required": true
|
176
|
+
},
|
177
|
+
"public_value": {
|
178
|
+
"description": "The public value (user name) of the account.",
|
179
|
+
"required": true
|
180
|
+
},
|
181
|
+
"registry_id": {
|
182
|
+
"description": "The ID of the registry to create the credential for.",
|
183
|
+
"required": true
|
184
|
+
},
|
185
|
+
"secret_value": {
|
186
|
+
"description": "The secret value (password) of the account.",
|
187
|
+
"required": true
|
188
|
+
}
|
189
|
+
},
|
190
|
+
"path": "/docs/providers/rancher/r/registry_credential.html",
|
191
|
+
"properties": [
|
192
|
+
"name",
|
193
|
+
"description",
|
194
|
+
"registry_id",
|
195
|
+
"public_value",
|
196
|
+
"secret_value"
|
197
|
+
]
|
198
|
+
},
|
199
|
+
"rancher_secrets": {
|
200
|
+
"full_properties": {
|
201
|
+
"description": {
|
202
|
+
"description": "A description of the secret.",
|
203
|
+
"required": false
|
204
|
+
},
|
205
|
+
"environment_id": {
|
206
|
+
"description": "The ID of the environment to create the secret for.",
|
207
|
+
"required": true
|
208
|
+
},
|
209
|
+
"name": {
|
210
|
+
"description": "The name of the secret.",
|
211
|
+
"required": true
|
212
|
+
},
|
213
|
+
"value": {
|
214
|
+
"description": "The secret value.",
|
215
|
+
"required": true
|
216
|
+
}
|
217
|
+
},
|
218
|
+
"path": "/docs/providers/rancher/r/secret.html",
|
219
|
+
"properties": [
|
220
|
+
"name",
|
221
|
+
"description",
|
222
|
+
"environment_id",
|
223
|
+
"value"
|
224
|
+
]
|
225
|
+
},
|
226
|
+
"rancher_stack": {
|
227
|
+
"full_properties": {
|
228
|
+
"catalog_id": {
|
229
|
+
"description": "The catalog ID to link this stack to. When provided, docker_compose and rancher_compose will be retrieved from the catalog unless they are overridden.",
|
230
|
+
"required": false
|
231
|
+
},
|
232
|
+
"description": {
|
233
|
+
"description": "A stack description.",
|
234
|
+
"required": false
|
235
|
+
},
|
236
|
+
"docker_compose": {
|
237
|
+
"description": "The docker-compose.yml content to apply for the stack.",
|
238
|
+
"required": false
|
239
|
+
},
|
240
|
+
"environment": {
|
241
|
+
"description": "The environment to apply to interpret the docker-compose and rancher-compose files.",
|
242
|
+
"required": false
|
243
|
+
},
|
244
|
+
"environment_id": {
|
245
|
+
"description": "The ID of the environment to create the stack for.",
|
246
|
+
"required": true
|
247
|
+
},
|
248
|
+
"finish_upgrade": {
|
249
|
+
"description": "Whether to automatically finish upgrades to this stack.",
|
250
|
+
"required": false
|
251
|
+
},
|
252
|
+
"name": {
|
253
|
+
"description": "The name of the stack.",
|
254
|
+
"required": true
|
255
|
+
},
|
256
|
+
"rancher_compose": {
|
257
|
+
"description": "The rancher-compose.yml content to apply for the stack.",
|
258
|
+
"required": false
|
259
|
+
},
|
260
|
+
"scope": {
|
261
|
+
"description": "The scope to attach the stack to. Must be one of user or system. Defaults to user.",
|
262
|
+
"required": false
|
263
|
+
},
|
264
|
+
"start_on_create": {
|
265
|
+
"description": "Whether to start the stack automatically.",
|
266
|
+
"required": false
|
267
|
+
}
|
268
|
+
},
|
269
|
+
"path": "/docs/providers/rancher/r/stack.html",
|
270
|
+
"properties": [
|
271
|
+
"name",
|
272
|
+
"description",
|
273
|
+
"environment_id",
|
274
|
+
"docker_compose",
|
275
|
+
"rancher_compose",
|
276
|
+
"environment",
|
277
|
+
"catalog_id",
|
278
|
+
"scope",
|
279
|
+
"start_on_create",
|
280
|
+
"finish_upgrade"
|
281
|
+
]
|
282
|
+
},
|
283
|
+
"rancher_volumes": {
|
284
|
+
"full_properties": {
|
285
|
+
"description": {
|
286
|
+
"description": "A description of the volume.",
|
287
|
+
"required": false
|
288
|
+
},
|
289
|
+
"driver": {
|
290
|
+
"description": "The volume driver.",
|
291
|
+
"required": true
|
292
|
+
},
|
293
|
+
"environment_id": {
|
294
|
+
"description": "The ID of the environment to create the volume for.",
|
295
|
+
"required": true
|
296
|
+
},
|
297
|
+
"name": {
|
298
|
+
"description": "The name of the volume.",
|
299
|
+
"required": true
|
300
|
+
}
|
301
|
+
},
|
302
|
+
"path": "/docs/providers/rancher/r/volume.html",
|
303
|
+
"properties": [
|
304
|
+
"name",
|
305
|
+
"description",
|
306
|
+
"environment_id",
|
307
|
+
"driver"
|
308
|
+
]
|
309
|
+
}
|
310
|
+
}
|