NEW: loop and test

This commit is contained in:
xpk
2020-10-26 21:12:31 +08:00
parent bdc83df684
commit 2588e761b3
3 changed files with 25 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
locals {
member_account_uuid = replace(uuid(),"-", "")
}
output uuid1 {
value = local.member_account_uuid
}