You want to use API tokens and other secrets within your team's Terraform workspaces. Where does HashiCorp recommend you store these sensitive values? (Pick the 3 correct responses)
Which command must you first run before performing further Terraform operations in a working directory?
Terraform variable names are saved in the state file.
What task does the terraform import command perform?
Any user can publish modules to the public Terraform Module Registry.
You ate creating a Terraform configuration which needs to make use of multiple providers, one for AWS and one for Datadog. Which of the following provider blocks would allow you to do this?
A)

B)
C)
D)
The_________determines how Terraform creates, updates, or delete resources.
A module can always refer to all variables declared in its parent module.
How is terraform import run?