Skip to content

Commit 87d05e7

Browse files
authored
Merge pull request #165 from erabil-mdb/DOCSP-30302
(DOCSP-30302) Adds new tag option.
2 parents 021ca29 + 37565b0 commit 87d05e7

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

source/reference/json/cluster-config-file.txt

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,9 +184,24 @@ in the configuration file or as flags in the command:
184184
- Name for the zone in a :ref:`Global Cluster <global-clusters>`.
185185
Provide this value if you set ``clusterType`` to ``GEOSHARDED``.
186186

187+
* - ``tags``
188+
- array
189+
- List that contains key-value pairs between 1 to 255 characters in length for
190+
:ref:`tagging and categorizing the cluster <configure-resource-tags>`.
191+
192+
* - ``tags.key``
193+
- string
194+
- Constant that defines the set of the tag. For example, ``environment`` in the
195+
``environment : production`` tag.
196+
197+
* - ``tags.value``
198+
- string
199+
- Variable that belongs to the set of the tag. For example, ``production`` in the
200+
``environment : production`` tag.
201+
187202
For a full list of available
188203
settings, see the API documentation for
189-
:oas-atlas-op:`Create One Cluster </createLegacyCluster>`.
204+
:oas-atlas-op:`Create One Multi-Cloud Cluster from One Project </createCluster>`.
190205

191206
.. _example-cluster-config-file:
192207

submodules/mongodb-atlas-cli

Submodule mongodb-atlas-cli updated 79 files

0 commit comments

Comments
 (0)