가장 많이 묻는 면접 질문과 답변 & 온라인 테스트
면접 준비, 온라인 테스트, 튜토리얼, 라이브 연습을 위한 학습 플랫폼

집중 학습 경로, 모의고사, 면접 준비 콘텐츠로 실력을 키우세요.

WithoutBook은 주제별 면접 질문, 온라인 연습 테스트, 튜토리얼, 비교 가이드를 하나의 반응형 학습 공간으로 제공합니다.

Prepare Interview

Terraform 면접 질문과 답변

관련 차이점

Ansible vs TerraformPuppet vs Terraform

Ques 16. How can you manage Terraform remote state locking?

Terraform provides a 'backend' configuration for state storage, and some backends support locking. By configuring the 'lock' option, Terraform can lock the state to prevent concurrent modifications.

도움이 되었나요? Add Comment View Comments
 

Ques 17. What are Terraform workspaces used for?

Terraform workspaces allow you to manage multiple instances of the same infrastructure in a single configuration. Each workspace has its own state file, making it useful for environment separation.

도움이 되었나요? Add Comment View Comments
 

Ques 18. How do you handle sensitive data like API keys in Terraform?

Sensitive data like API keys can be stored securely using Terraform's sensitive input variable type or by using a secret management tool. Avoid storing sensitive information directly in configuration files.

도움이 되었나요? Add Comment View Comments
 

Ques 19. Explain the purpose of 'terraform refresh'.

'terraform refresh' is used to reconcile the Terraform state with the real-world infrastructure. It updates the state file with the current state of the resources.

도움이 되었나요? Add Comment View Comments
 

Ques 20. What is the difference between 'provisioners' and 'null_resource' in Terraform?

Provisioners are used to execute scripts on a remote resource after creation, while 'null_resource' is a resource type that doesn't directly create infrastructure but can be used to trigger provisioners or other actions.

도움이 되었나요? Add Comment View Comments
 

Most helpful rated by users:

Copyright © 2026, WithoutBook.