FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
TERRAFORM INTERVIEW QUESTIONS (WITH ANSWERS)
How-ToDevOps

TERRAFORM INTERVIEW QUESTIONS (WITH ANSWERS)

via Dev.toAisalkyn Aidarova4h ago

🚨 API THROTTLING & SCALE 1. What is API throttling in Terraform? Answer: API throttling happens when Terraform makes too many API calls (during plan or apply ) and the cloud provider (AWS) limits or blocks requests. 2. Why does Terraform cause API throttling? Answer: Because Terraform performs a state refresh , calling APIs for every resource to check current state. 3. How do you reduce API calls in Terraform? Answer: Split projects (modular structure) Use -target Use -refresh=false (carefully) 4. When should you NOT use -refresh=false ? Answer: When state drift is possible After manual console changes In non-production environments 5. What is the best practice for large Terraform projects? Answer: Split into smaller modules like: VPC IAM EC2 This reduces API load and improves performance. 🎯 TARGETING & EXECUTION 6. What does -target do in Terraform? Answer: It applies changes only to a specific resource instead of the whole infrastructure. 7. When is -target useful? Answer: Debugging

Continue reading on Dev.to

Opens in a new tab

Read Full Article
0 views

Related Articles

Talent gets the spotlight.
Discipline builds the legacy.
How-To

Talent gets the spotlight. Discipline builds the legacy.

Medium Programming • 36m ago

Coding in the Age of Co-Pilots: Why Developers Who Think Will Win
How-To

Coding in the Age of Co-Pilots: Why Developers Who Think Will Win

Medium Programming • 2h ago

Two more EVs for the trash heap: Volvo EX30 and Honda Prologue
How-To

Two more EVs for the trash heap: Volvo EX30 and Honda Prologue

The Verge • 2h ago

How-To

Building Your First Interactive Flutter App (Dicee)

Medium Programming • 2h ago

80% of ML Engineering is Data Cleaning. Here is How I Automated It.
How-To

80% of ML Engineering is Data Cleaning. Here is How I Automated It.

Medium Programming • 2h ago

Discover More Articles