NEW: loop and test
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
locals {
|
||||
member_account_uuid = replace(uuid(),"-", "")
|
||||
}
|
||||
|
||||
output uuid1 {
|
||||
value = local.member_account_uuid
|
||||
}
|
||||
Reference in New Issue
Block a user