Terraform with Azure Quiz Questions and Answers

Terraform state file will store the information of terraform installed version.

Answer :
  • True

Can we use sensitive values as arguments in terraform functions?

Answer :
  • TRUE

In the execution plan (known after apply), it means that the value will not be known until the resource is created.

Answer :
  • True

The terraform console command provides an interactive console for evaluating expressions. True or False?

Answer :
  • TRUE

Are API Tokens are required to manage terraform cloud from CLI?

Answer :
  • True

Are both implicit and explicit dependency information is stored in terraform.tfstate file?

Answer :
  • True

By default, a backup of your state file is written to terraform.tfstate.backup in case the state file is lost or corrupted to simplify recovery.

Answer :
  • TRUE

Which among these is Configuration Management Tool?

Answer :
  • All the Above

What are the benefits of using Terraform for Multi-Cloud Deployments?

Answer :
  • All the above

Terraform compares your configuration with the state file and your existing infrastructure to create plans and make changes to your infrastructure.

Answer :
  • True