In terraform, HCL, complete the map literal value below that defines a person with name john (string) and age 52 (number):
{
[...]
}
{
name = "John"
age = 52
}
^^^ note the name/value pairs are seperated from each other with spaces
^^^^ note each name and value are seperated by equal signs
In terraform, HCL, complete the map literal value below that defines a person with name john (string) and age 52 (number):
{
[...]
}
In terraform, HCL, complete the map literal value below that defines a person with name john (string) and age 52 (number):
{
[...]
}
{
name = "John"
age = 52
}
^^^ note the name/value pairs are seperated from each other with spaces
^^^^ note each name and value are seperated by equal signs
status | not learned | measured difficulty | 37% [default] | last interval [days] | |||
---|---|---|---|---|---|---|---|
repetition number in this series | 0 | memorised on | scheduled repetition | ||||
scheduled repetition interval | last repetition or drill |