|
84 | 84 | "description": "This architecture supports creating and configuring an Elasticsearch instance with KMS encryption." |
85 | 85 | } |
86 | 86 | ] |
87 | | - } |
| 87 | + }, |
| 88 | + "configuration": [ |
| 89 | + { |
| 90 | + "key": "ibmcloud_api_key" |
| 91 | + }, |
| 92 | + { |
| 93 | + "key": "existing_resource_group" |
| 94 | + }, |
| 95 | + { |
| 96 | + "key": "resource_group_name" |
| 97 | + }, |
| 98 | + { |
| 99 | + "key": "prefix" |
| 100 | + }, |
| 101 | + { |
| 102 | + "key": "region", |
| 103 | + "required": true, |
| 104 | + "default_value": "", |
| 105 | + "options": [ |
| 106 | + { |
| 107 | + "displayname": "Chennai (che01)", |
| 108 | + "value": "che01" |
| 109 | + }, |
| 110 | + { |
| 111 | + "displayname": "Dallas (us-south)", |
| 112 | + "value": "us-south" |
| 113 | + }, |
| 114 | + { |
| 115 | + "displayname": "Frankfurt (eu-de)", |
| 116 | + "value": "eu-de" |
| 117 | + }, |
| 118 | + { |
| 119 | + "displayname": "London (eu-gb)", |
| 120 | + "value": "eu-gb" |
| 121 | + }, |
| 122 | + { |
| 123 | + "displayname": "Madrid (eu-es)", |
| 124 | + "value": "eu-es" |
| 125 | + }, |
| 126 | + { |
| 127 | + "displayname": "Osaka (jp-osa)", |
| 128 | + "value": "jp-osa" |
| 129 | + }, |
| 130 | + { |
| 131 | + "displayname": "Paris (par01)", |
| 132 | + "value": "par01" |
| 133 | + }, |
| 134 | + { |
| 135 | + "displayname": "Sao Paulo (br-sao)", |
| 136 | + "value": "br-sao" |
| 137 | + }, |
| 138 | + { |
| 139 | + "displayname": "Sydney (au-syd)", |
| 140 | + "value": "au-syd" |
| 141 | + }, |
| 142 | + { |
| 143 | + "displayname": "Toronto (ca-tor)", |
| 144 | + "value": "ca-tor" |
| 145 | + }, |
| 146 | + { |
| 147 | + "displayname": "Tokyo (jp-tok)", |
| 148 | + "value": "jp-tok" |
| 149 | + }, |
| 150 | + { |
| 151 | + "displayname": "Washington (us-east)", |
| 152 | + "value": "us-east" |
| 153 | + } |
| 154 | + ] |
| 155 | + }, |
| 156 | + { |
| 157 | + "key": "name" |
| 158 | + }, |
| 159 | + { |
| 160 | + "key": "plan", |
| 161 | + "options": [ |
| 162 | + { |
| 163 | + "displayname": "enterprise", |
| 164 | + "value": "enterprise" |
| 165 | + }, |
| 166 | + { |
| 167 | + "displayname": "platinum", |
| 168 | + "value": "platinum" |
| 169 | + } |
| 170 | + ] |
| 171 | + }, |
| 172 | + { |
| 173 | + "key": "elasticsearch_version" |
| 174 | + }, |
| 175 | + { |
| 176 | + "key": "access_tags" |
| 177 | + }, |
| 178 | + { |
| 179 | + "key": "tags" |
| 180 | + }, |
| 181 | + { |
| 182 | + "key": "users" |
| 183 | + }, |
| 184 | + { |
| 185 | + "key": "members" |
| 186 | + }, |
| 187 | + { |
| 188 | + "key": "member_memory_mb" |
| 189 | + }, |
| 190 | + { |
| 191 | + "key": "member_cpu_count" |
| 192 | + }, |
| 193 | + { |
| 194 | + "key": "member_disk_mb" |
| 195 | + }, |
| 196 | + { |
| 197 | + "key": "member_host_flavor" |
| 198 | + }, |
| 199 | + { |
| 200 | + "key": "service_credential_names" |
| 201 | + }, |
| 202 | + { |
| 203 | + "key": "admin_pass" |
| 204 | + }, |
| 205 | + { |
| 206 | + "key": "skip_iam_authorization_policy" |
| 207 | + }, |
| 208 | + { |
| 209 | + "key": "kms_endpoint_type", |
| 210 | + "options": [ |
| 211 | + { |
| 212 | + "displayname": "public", |
| 213 | + "value": "public" |
| 214 | + }, |
| 215 | + { |
| 216 | + "displayname": "private", |
| 217 | + "value": "private" |
| 218 | + } |
| 219 | + ] |
| 220 | + }, |
| 221 | + { |
| 222 | + "key": "existing_kms_key_crn", |
| 223 | + "required": true |
| 224 | + }, |
| 225 | + { |
| 226 | + "key": "existing_kms_instance_crn" |
| 227 | + }, |
| 228 | + { |
| 229 | + "key": "elasticsearch_key_ring_name" |
| 230 | + }, |
| 231 | + { |
| 232 | + "key": "elasticsearch_key_name" |
| 233 | + }, |
| 234 | + { |
| 235 | + "key": "auto_scaling" |
| 236 | + } |
| 237 | + ] |
88 | 238 | } |
89 | 239 | ] |
90 | 240 | } |
|
0 commit comments