Skip to content

Commit 40d0c5b

Browse files
committed
improve example
1 parent 359ee49 commit 40d0c5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ resource "mongodbatlas_cluster" "basictags" {
1414
}
1515
tags {
1616
# key must be a resolved string because it will be the key in the advanced_cluster map
17-
key = var.env
18-
value = "dev"
17+
key = var.tag_key
18+
value = "value"
1919
}
2020
}

0 commit comments

Comments
 (0)