Question 16

When using constraint expressions to signify a version of a provider, which of the following are valid provider versions that satisfy the expression found in the following code snippet: (select two)
1. terraform
2. {
3. required_providers
4. {
5. aws = "~> 1.2.0"
6. }
7. }
  • Question 17

    Your security team scanned some Terraform workspaces and found secrets stored in a plaintext in state files.
    How can you protect sensitive data stored in Terraform state files?
  • Question 18

    What command does Terraform require the first time you run it within a configuration directory?
  • Question 19

    You want terraform plan and terraform apply to be executed in Terraform Cloud's run environment but the output is to be streamed locally. Which one of the below you will choose?
  • Question 20

    By default, where does Terraform store its state file?