Question 96

When running the command terraform taint against a managed resource you want to force recreation upon, Terraform will immediately destroy and recreate the resource.
  • Question 97

    Which of the following commands will launch the Interactive console for Terraform interpolations?
  • Question 98

    The Terraform language does not support user-defined functions, and so only the functions built in to the language are available for use.
  • Question 99

    The terraform init command is always safe to run multiple times, to bring the working directory up to date with changes in the configuration. Though subsequent runs may give errors, this command will never delete your existing configuration or state.
  • Question 100

    Which of the following best describes the default local backend?