Skip to content

Commit 1f73c50

Browse files
authored
doc: Adds pinned_fcv.version as exported attribute in cluster and advanced cluster resource (#3047)
1 parent f37183f commit 1f73c50

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/resources/advanced_cluster.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@ lifecycle {
656656
In addition to all arguments above, the following attributes are exported:
657657

658658
* `cluster_id` - The cluster ID.
659-
* `mongo_db_version` - Version of MongoDB the cluster runs, in `major-version`.`minor-version` format.
659+
* `mongo_db_version` - Version of MongoDB the cluster runs, in `major-version`.`minor-version` format.
660660
* `id` - The Terraform's unique identifier used internally for state management.
661661
* `connection_strings` - Set of connection strings that your applications use to connect to this cluster. More info in [Connection-strings](https://docs.mongodb.com/manual/reference/connection-string/). Use the parameters in this object to connect your applications to this cluster. To learn more about the formats of connection strings, see [Connection String Options](https://docs.atlas.mongodb.com/reference/faq/connection-changes/). NOTE: Atlas returns the contents of this object after the cluster is operational, not while it builds the cluster.
662662

@@ -686,6 +686,7 @@ In addition to all arguments above, the following attributes are exported:
686686
- REPAIRING
687687
* `replication_specs.#.container_id` - A key-value map of the Network Peering Container ID(s) for the configuration specified in `region_configs`. The Container ID is the id of the container created when the first cluster in the region (AWS/Azure) or project (GCP) was created. The syntax is `"providerName:regionName" = "containerId"`. Example `AWS:US_EAST_1" = "61e0797dde08fb498ca11a71`.
688688
* `config_server_type` Describes a sharded cluster's config server type. Valid values are `DEDICATED` and `EMBEDDED`. To learn more, see the [Sharded Cluster Config Servers documentation](https://dochub.mongodb.org/docs/manual/core/sharded-cluster-config-servers/).
689+
* `pinned_fcv.version` - Feature compatibility version of the cluster.
689690

690691

691692
## Import

docs/resources/cluster.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ To learn more, see [Resource Tags](https://dochub.mongodb.org/core/add-cluster-t
539539
In addition to all arguments above, the following attributes are exported:
540540

541541
* `cluster_id` - The cluster ID.
542-
* `mongo_db_version` - Version of MongoDB the cluster runs, in `major-version`.`minor-version` format.
542+
* `mongo_db_version` - Version of MongoDB the cluster runs, in `major-version`.`minor-version` format.
543543
* `id` - The Terraform's unique identifier used internally for state management.
544544
* `mongo_uri` - Base connection string for the cluster. Atlas only displays this field after the cluster is operational, not while it builds the cluster.
545545
* `mongo_uri_updated` - Lists when the connection string was last updated. The connection string changes, for example, if you change a replica set to a sharded cluster.
@@ -572,6 +572,7 @@ In addition to all arguments above, the following attributes are exported:
572572
- DELETING
573573
- DELETED
574574
- REPAIRING
575+
* `pinned_fcv.version` - Feature compatibility version of the cluster.
575576

576577
### Cloud Backup Policy
577578

0 commit comments

Comments
 (0)