Quiz on Modules and Data Structure
Test your knowledge of modules and data structures in Terraform.
We'll cover the following...
We'll cover the following...
Technical Quiz
1.
How do you make a variable local to a module?
A.
Declare it private within a variable declaration.
B.
List it within a locals variable declaration.
C.
Declare it protected within a variable declaration.
D.
Declare it within a resource.
1 / 12
...