Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
magodo committed Feb 26, 2025
1 parent 0a9e41b commit f0237c5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions website/docs/r/mongo_cluster.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,18 @@ In addition to the Arguments listed above - the following Attributes are exporte

* `id` - The ID of the MongoDB Cluster.

* `connection_strings` - The list of `connection_strings` blocks as defined below.

---

A `connection_strings` exports the following:

* `name` - The name of the connection string.

* `description` - The description of the connection string.

* `connection_string` - The Mongo Cluster connection string. The the `<user>:<password>` place holder returned from API will be replaced by the real `administrator_username` and `administrator_password` if available in the state.

## Timeouts

The `timeouts` block allows you to specify [timeouts](https://www.terraform.io/language/resources/syntax#operation-timeouts) for certain actions:
Expand Down

0 comments on commit f0237c5

Please sign in to comment.