Skip to content

Commit

Permalink
Add builtin test (#670)
Browse files Browse the repository at this point in the history
We should probably add _every_ builtin here to check they translate
eventually, but this just adds one.
  • Loading branch information
Frassle committed Dec 7, 2022
1 parent 7a6a993 commit 7767f50
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/tf2pulumi/convert/testdata/builtins/main.tf
@@ -0,0 +1,3 @@
output "funcLength" {
value = length([1, 2])
}
3 changes: 3 additions & 0 deletions pkg/tf2pulumi/convert/testdata/builtins/pcl/main.pp
@@ -0,0 +1,3 @@
output funcLength {
value = length([1, 2])
}

0 comments on commit 7767f50

Please sign in to comment.