Skip to content

Commit 26ae87e

Browse files
committed
remove comment about empty string
1 parent 5fa5c1a commit 26ae87e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ locals {
22
_roles_with_passwords = [for idx, role_data in var.roles : merge(role_data,
33
{
44
role : merge(role_data["role"],
5-
lookup(role_data["role"], "password", null) != null ? # Or if it's empty string?
5+
lookup(role_data["role"], "password", null) != null ?
66
{
77
password : role_data["role"]["password"]
88
} :

0 commit comments

Comments
 (0)