Question 76

True or False: Workspaces provide identical functionality in the open-source, Terraform Cloud, and Enterprise versions of Terraform.
  • Question 77

    Command terraform refresh will update state file?
  • Question 78

    You're building a CI/CD (continuous integration/ continuous delivery) pipeline and need to inject sensitive variables into your Terraform run.
    How can you do this safely?
  • Question 79

    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 80

    Terra form installs its providers during which phase?