You can configure Terraform to log to a file using the TF_LOG environment variable.
Which command must you first run before performing further Terraform operations in a working directory?
terraform validate confirms that your infrastructure matches the Terraform state file.
Your security team scanned some Terraform workspaces and found secrets stored in plaintext in state files. How can you protect that data?
When you include a module block in your configuration that references a module from the Terraform Registry, the "version" attribute is required.
Which argument can you use toprevent unexpected updatesto a module's configuration when calling Terraform Registry modules?
If a module declares a variable without a default value, you must pass the value of the variable within the module block when you call the module in your configuration.
The public Terraform Module Registry is free to use.
Which of these statements about Terraform Cloud workspaces is false?
Infrastructure as Code (laC) can be stored in a version control system along with application code.