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, for map keys, fill out occulsion below to show how you would treat a map key that is a non-literal expression, specifically the map key is the value of input variable "business_unit_tag_name":

{

[...] = "SRE"

}

Answer

(var.business_unit_tag_name)

^^^ note how the non-literal map key is enclosed in brackets!!


Question

In terraform, for map keys, fill out occulsion below to show how you would treat a map key that is a non-literal expression, specifically the map key is the value of input variable "business_unit_tag_name":

{

[...] = "SRE"

}

Answer
?

Question

In terraform, for map keys, fill out occulsion below to show how you would treat a map key that is a non-literal expression, specifically the map key is the value of input variable "business_unit_tag_name":

{

[...] = "SRE"

}

Answer

(var.business_unit_tag_name)

^^^ note how the non-literal map key is enclosed in brackets!!


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.