What is IAC and what does it do?
What is Terraform?
IAC tool from HshiCorp
What are the advantages of using Terraform.
What are the Terraform key concepts?
What are the five steps in the Terraform workflow?
What is the purpose of a Terraform state file?
It tracks the current state of infrastructure and ensures Terraform makes changes only to match the desired state.
Match the command to its function:
1. terraform init
2. terraform plan
3. terraform apply
4. terraform destroy
What are Terraform providers, and where can you find them?
Providers are plugins for interacting with cloud services and platforms. They can be found in the Terraform Registry.
What are the prerequisites for using Terraform with AWS?
What are the three main blocks in a Terraform configuration?
How does Terraform enable collaboration?
Using remote state backends, teams can securely share state files to avoid race conditions and use tools like GitHub for version control.