You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/data-sources/mongodb_instance.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ output "mongodb_version" {
39
39
40
40
-`project_id` - (Optional) The ID of the project the MongoDB® instance is in. Can be used to filter instances when using `name`.
41
41
42
-
-`region` - (Defaults to [provider](../index.md#region)`region`) The [region](../guides/regions_and_zones.md#zones) in which the MongoDB® Instance exists.
42
+
-`region` - (Defaults to [provider](../index.md#region)`region`) The [region](../guides/regions_and_zones.md#regions) in which the MongoDB® Instance exists.
43
43
44
44
-`organization_id` - (Defaults to [provider](../index.md#organization_id)`organization_id`) The ID of the organization the MongoDB® instance is in.
45
45
@@ -64,5 +64,5 @@ In addition to all above arguments, the following attributes are exported:
64
64
MongoDB® instance can be imported using the `id`, e.g.
Copy file name to clipboardExpand all lines: docs/resources/mongodb_instance.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,6 +104,9 @@ The following arguments are supported:
104
104
-`private_network` - (Optional) Private Network endpoints of the Database Instance.
105
105
-`pn_id` - (Required) The ID of the Private Network.
106
106
-`public_network` - (Optional) Public network endpoint configuration (no arguments).
107
+
-`region` - (Defaults to [provider](../index.md#region)`region`) The [region](../guides/regions_and_zones.md#regions) in which the MongoDB® instance should be created.
108
+
-`project_id` - (Defaults to [provider](../index.md#project_id)`project_id`) The ID of the project the MongoDB® instance is associated with.
109
+
107
110
~> **Important** If neither private_network nor public_network is specified, a public network endpoint is created by default.
108
111
109
112
@@ -114,6 +117,7 @@ In addition to all arguments above, the following attributes are exported:
114
117
-`id` - The ID of the MongoDB® instance.
115
118
-`created_at` - The date and time of the creation of the MongoDB® instance.
116
119
-`updated_at` - The date and time of the last update of the MongoDB® instance.
120
+
-`region` - The region of the MongoDB® instance.
117
121
-`private_network` - Private Network endpoints of the Database Instance.
118
122
-`id` - The ID of the endpoint.
119
123
-`ips` - List of IP addresses for your endpoint.
@@ -133,5 +137,5 @@ In addition to all arguments above, the following attributes are exported:
133
137
MongoDB® instance can be imported using the `id`, e.g.
Copy file name to clipboardExpand all lines: docs/resources/mongodb_snapshot.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ The following arguments are supported:
33
33
34
34
~> **Important:** Once set, `expires_at` cannot be removed.
35
35
36
-
-`region` - (Defaults to [provider](../index.md)`region`) The [region](../guides/regions_and_zones.md#regions) in which the MongoDB® snapshot should be created.
36
+
-`region` - (Defaults to [provider](../index.md#region)`region`) The [region](../guides/regions_and_zones.md#regions) in which the MongoDB® snapshot should be created.
37
37
38
38
## Attributes Reference
39
39
@@ -58,5 +58,5 @@ In addition to all arguments above, the following attributes are exported:
58
58
MongoDB® snapshots can be imported using the `{region}/{id}`, e.g.
Copy file name to clipboardExpand all lines: templates/data-sources/mongodb_instance.md.tmpl
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ output "mongodb_version" {
39
39
40
40
- `project_id` - (Optional) The ID of the project the MongoDB® instance is in. Can be used to filter instances when using `name`.
41
41
42
-
- `region` - (Defaults to [provider](../index.md#region) `region`) The [region](../guides/regions_and_zones.md#zones) in which the MongoDB® Instance exists.
42
+
- `region` - (Defaults to [provider](../index.md#region) `region`) The [region](../guides/regions_and_zones.md#regions) in which the MongoDB® Instance exists.
43
43
44
44
- `organization_id` - (Defaults to [provider](../index.md#organization_id) `organization_id`) The ID of the organization the MongoDB® instance is in.
45
45
@@ -64,5 +64,5 @@ In addition to all above arguments, the following attributes are exported:
64
64
MongoDB® instance can be imported using the `id`, e.g.
Copy file name to clipboardExpand all lines: templates/resources/mongodb_instance.md.tmpl
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -104,6 +104,9 @@ The following arguments are supported:
104
104
- `private_network` - (Optional) Private Network endpoints of the Database Instance.
105
105
- `pn_id` - (Required) The ID of the Private Network.
106
106
- `public_network` - (Optional) Public network endpoint configuration (no arguments).
107
+
- `region` - (Defaults to [provider](../index.md#region) `region`) The [region](../guides/regions_and_zones.md#regions) in which the MongoDB® instance should be created.
108
+
- `project_id` - (Defaults to [provider](../index.md#project_id) `project_id`) The ID of the project the MongoDB® instance is associated with.
109
+
107
110
~> **Important** If neither private_network nor public_network is specified, a public network endpoint is created by default.
108
111
109
112
@@ -114,6 +117,7 @@ In addition to all arguments above, the following attributes are exported:
114
117
- `id` - The ID of the MongoDB® instance.
115
118
- `created_at` - The date and time of the creation of the MongoDB® instance.
116
119
- `updated_at` - The date and time of the last update of the MongoDB® instance.
120
+
- `region` - The region of the MongoDB® instance.
117
121
- `private_network` - Private Network endpoints of the Database Instance.
118
122
- `id` - The ID of the endpoint.
119
123
- `ips` - List of IP addresses for your endpoint.
@@ -133,5 +137,5 @@ In addition to all arguments above, the following attributes are exported:
133
137
MongoDB® instance can be imported using the `id`, e.g.
0 commit comments