Do you want BuboFlash to help you learning these things? Or do you want to add or correct something? Click here to log in or create user.



Question

In terraform, HCL, complete the map literal value below that defines a person with name john (string) and age 52 (number):

{

[...]

}

Answer
{
  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


Question

In terraform, HCL, complete the map literal value below that defines a person with name john (string) and age 52 (number):

{

[...]

}

Answer
?

Question

In terraform, HCL, complete the map literal value below that defines a person with name john (string) and age 52 (number):

{

[...]

}

Answer
{
  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


Summary

statusnot learnedmeasured difficulty37% [default]last interval [days]               
repetition number in this series0memorised on               scheduled repetition               
scheduled repetition interval               last repetition or drill

Details

No repetitions


Discussion

Do you want to join discussion? Click here to log in or create user.