We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c349b1 commit 1a508f3Copy full SHA for 1a508f3
docs/command_adv2v2.md
@@ -147,8 +147,13 @@ resource "mongodbatlas_advanced_cluster" "this" {
147
}
148
149
region_configs { # individual region
150
- instance_size = "US_EAST_1"
151
- read_only_nodes = 1
+ priority = 0
+ provider_name = "AWS"
152
+ region_name = "US_EAST_1"
153
+ read_only_specs {
154
+ instance_size = var.instance_size
155
+ node_count = 1
156
+ }
157
158
159
@@ -176,7 +181,7 @@ locals {
176
181
[
177
182
{
178
183
priority = 0
179
- provide_name = var.provider_aname
184
+ provide_name = "AWS"
180
185
region_name = "US_EAST_1"
186
instance_size = var.instance_size
187
electable_node_count = 0
0 commit comments