TF Dumps
TF Dumps
A) terraform init
B) terraform plan
C) terraform apply
D) terraform validate
A) Python
B) JSON
C) HCL (HashiCorp Configuration Language)
D) YAML
A) terraform validate
B) terraform apply
C) terraform destroy
D) terraform init
A) Virtual Machines
B) Networking
C) DNS settings
D) All of the above
A) .yaml
B) .tf
C) .json
D) .hcl
Answer: B) .tf
A) Variables
B) Output values
C) State file
D) Providers
A) terraform remove
B) terraform destroy
C) terraform destroy-all
D) terraform delete
13. Which file does Terraform use to store the outputs of your infrastructure?
A) .plan
B) .terraform
C) terraform.tfstate
D) .output
Answer: C) terraform.tfstate
A) To create infrastructure
B) To show what changes will be made to the infrastructure
C) To validate the configuration
D) To apply changes to the infrastructure
These MCQs cover various aspects of Terraform, including its functionality, commands,
configuration syntax, and capabilities. They are useful for preparing for Terraform
certifications or for anyone learning to use Terraform in cloud infrastructure management.