Your security team scanned some Terraform workspaces and found secrets stored in plaintext in state files. How can you protect that data?
Which argument can you use toprevent unexpected updatesto a module ' s configuration when calling Terraform Registry modules?
When you include a module block in your configuration that references a module from the Terraform Registry, the " version " attribute is required.
You have a list of numbers that represents the number of free CPU cores on each virtual cluster:
numcpus = [ 18, 3, 7, 11, 2 ]
What Terraform function could you use to select the largest number from the list?