Question 16

One remote backend configuration always maps to a single remote workspace.
  • Question 17

    What is the provider for the resource shown in the Exhibit?
    resource "aws_vpc" "main" {
    name = "test"
    }
  • Question 18

    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)
  • Question 19

    Running terraform fmt without any flags in a directory with Terraform configuration files check the formatting of those files without changing their contents.
  • Question 20

    A provider configuration block is required in every Terraform configuration.
    Example: