File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
internal/convert/testdata/adv2v2 Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"configuration_file_error" : " failed to parse Terraform config file" ,
3
3
"replication_specs_missing_region_configs" : " replication_specs must have at least one region_configs" ,
4
+ "missing_replication_specs" : " must have at least one replication_specs" ,
4
5
"dynamic_unsupported_tag" : " dynamic blocks are not supported for advanced_configuration" ,
5
6
"dynamic_regions_config_invalid_multiple_blocks" : " dynamic block must be the only block" ,
6
7
"dynamic_replication_specs_invalid_multiple_blocks" : " dynamic block must be the only block" ,
Original file line number Diff line number Diff line change
1
+ resource "mongodbatlas_advanced_cluster" "no_replication_specs" {
2
+ # missing replication_specs
3
+ project_id = var. project_id
4
+ name = " cluster-multi-region"
5
+ cluster_type = " REPLICASET"
6
+ }
You can’t perform that action at this time.
0 commit comments