Skip to content

Commit abb154c

Browse files
committed
remove num_shard comment
1 parent 4192605 commit abb154c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/convert/testdata/adv2v2/num_shards.in.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ resource "mongodbatlas_advanced_cluster" "variable_num_shards" {
6565
cluster_type = "GEOSHARDED"
6666
replication_specs {
6767
zone_name = "Zone 1"
68-
num_shards = var.num_shards # unresolved num_shards
68+
num_shards = var.num_shards
6969
region_configs {
7070
provider_name = "AWS"
7171
region_name = "US_EAST_1"

0 commit comments

Comments
 (0)