In Terraform HCL, an object type of object({ name=string, age=number }) would match this value:
A.
B.
In Terraform HCL, an object type of object({ name=string, age=number }) would match this value:
A.
B.
In Terraform HCL, the object type of object({ name=string, age=number }) means that the 'name' attribute must be a string and the 'age' attribute must be a number. In the options provided, option B ({name = "John", age = 52}) correctly matches the defined types because the 'name' is a string and the 'age' is a number. Therefore, option B is the correct answer.
what a stupid question!
age=number -> fifty two is not a number
Age = 52 Only number.