Question 76

In order to make a Terraform configuration file dynamic and/or reusable, static values should be converted to
use what?
  • Question 77

    terraform destroy is the only way to remove infrastructure.
  • Question 78

    How can you ensure that the engineering team who has access to git repo will not create any non-compliant
    resources that might lead to a security audit failure in future. your team is using Hashicorp Terraform
    Enterprise Edition.
  • Question 79

    You've used Terraform to deploy a virtual machine and a database. You want to replace this virtual machine
    instance with an identical one without affecting the database. What is the best way to achieve this using
    Terraform?
  • Question 80

    When using providers that require the retrieval of data, such as the HashiCorp Vault provider, in what phase
    does Terraform actually retrieve the data required?