We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec2ae86 commit ccf8f67Copy full SHA for ccf8f67
main.tf
@@ -1,5 +1,4 @@
1
locals {
2
- # values_type = length(var.values) > 0 && var
3
type = var.type != null ? var.type : (
4
length(var.values) > 0 ? "StringList" : (
5
can(tostring(var.value)) ? (try(tobool(var.secure_type) == true, false) ? "SecureString" : "String") : "StringList"
0 commit comments