Principais perguntas e respostas de entrevista e testes online
Plataforma educacional para preparacao de entrevistas, testes online, tutoriais e pratica ao vivo

Desenvolva habilidades com trilhas de aprendizado focadas, simulados e conteudo pronto para entrevistas.

WithoutBook reune perguntas de entrevista por assunto, testes praticos online, tutoriais e guias comparativos em um unico espaco de aprendizado responsivo.

Preparar entrevista

Terraform perguntas e respostas de entrevista

Diferencas relacionadas

Ansible vs TerraformPuppet vs Terraform

Pergunta 21. Explain the purpose of 'terraform import'.

'terraform import' is used to import existing infrastructure into Terraform. It associates an existing resource with a Terraform resource configuration.

Isto e util? Adicionar comentario Ver comentarios
 

Pergunta 22. How does Terraform handle secrets in environment variables?

Terraform automatically masks sensitive information (like secrets) passed through environment variables in command output, making it more secure when dealing with secrets.

Isto e util? Adicionar comentario Ver comentarios
 

Pergunta 23. What is the purpose of the 'depends_on' attribute in Terraform?

The 'depends_on' attribute in Terraform is used to explicitly specify the order in which resources should be created. It creates a dependency relationship between resources.

Isto e util? Adicionar comentario Ver comentarios
 

Pergunta 24. Explain the use of 'terraform state mv' command.

'terraform state mv' is used to move a resource instance from one Terraform state file to another. It allows restructuring or reorganizing resources in the state.

Isto e util? Adicionar comentario Ver comentarios
 

Pergunta 25. What is 'terraform console' used for?

'terraform console' provides an interactive command-line interface for evaluating expressions and interpolations in the context of a Terraform configuration.

Isto e util? Adicionar comentario Ver comentarios
 

Mais uteis segundo os usuarios:

Copyright © 2026, WithoutBook.