Skip to content

Commit 1665c65

Browse files
committed
remove version from pinned_fcv in example
1 parent 67308ea commit 1665c65

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

internal/convert/testdata/clu2adv/adv_config_bi_connector_pinned_fcv.in.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ resource "mongodbatlas_cluster" "this" {
1616
pinned_fcv {
1717
# comments in pinned_fcv are kept
1818
expiration_date = var.fcv_date
19-
version = var.fcv_date
2019
}
2120
replication_specs {
2221
num_shards = 1

internal/convert/testdata/clu2adv/adv_config_bi_connector_pinned_fcv.out.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ resource "mongodbatlas_advanced_cluster" "this" {
2929
pinned_fcv = {
3030
# comments in pinned_fcv are kept
3131
expiration_date = var.fcv_date
32-
version = var.fcv_date
3332
}
3433

3534
# Generated by atlas-cli-plugin-terraform.

0 commit comments

Comments
 (0)