Skip to content

Commit ccf8f67

Browse files
committed
feat!: Initial release
1 parent ec2ae86 commit ccf8f67

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

main.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
locals {
2-
# values_type = length(var.values) > 0 && var
32
type = var.type != null ? var.type : (
43
length(var.values) > 0 ? "StringList" : (
54
can(tostring(var.value)) ? (try(tobool(var.secure_type) == true, false) ? "SecureString" : "String") : "StringList"

0 commit comments

Comments
 (0)