최신HashiCorp Certified: Terraform Associate - TA-002-P무료샘플문제
You have created a main.tf Terraform configuration consisting of an application server, a database and a load balanced. You ran terraform apply and Terraform created all of the resources successfully.
Now you realize that you do not actually need the load balancer, so you run terraform destroy without any flags. What will happen?
It is best practice to store secret data in the same version control repository as your Terraform configuration.
As a developer, you want to ensure your plugins are up to date with the latest versions. Which Terraform command should you use?
You ate making changes to existing Terraform code to add some new infrastructure. When is the best time to run terraform validate?
Your DevOps team is currently using the local backend for your Terraform configuration. You would like to move to a remote backend to store the state file in a central location. Which of the following backends would not work?
Terraform variable names are saved in the state file.
Which method for sharing Terraform configurations fulfills the following criteria:
1. Keeps the configurations confidential within your organization
2. Support Terraform's semantic version constrains
3. Provides a browsable directory
Module version is required to reference a module on the Terraform Module Registry.
What type of block is used to construct a collection of nested configuration blocks?
What is the workflow for deploying new infrastructure with Terraform?