HashiCorp Certified: Terraform Associate (003) (HCTA0-003) - Terraform-Associate-003무료 덤프문제 풀어보기
A developer on your team is going lo leaf down an existing deployment managed by Terraform and deploy a new one. However, there is a server resource named aws instant.ubuntu[l] they would like to keep. What command should they use to tell Terraform to stop managing that specific resource?
정답: B
설명: (Fast2test 회원만 볼 수 있음)
You decide to move a Terraform state file to Amazon S3 from another location. You write the code below into a file called backend.tf.

Which command will migrate your current state file to the new S3 remote backend?

Which command will migrate your current state file to the new S3 remote backend?
정답: D
설명: (Fast2test 회원만 볼 수 있음)
If you manually destroy infrastructure, what is the best practice reflecting this change in Terraform?
정답: D
설명: (Fast2test 회원만 볼 수 있음)
Terraform providers are always installed from the Internet.
정답: B
설명: (Fast2test 회원만 볼 수 있음)
Which of the following should you add in the required_providers block to define a provider version constraint?
정답: D
설명: (Fast2test 회원만 볼 수 있음)
One remote backend configuration always maps to a single remote workspace.
정답: A
설명: (Fast2test 회원만 볼 수 있음)
Which of the following statements about Terraform modules is not true?
정답: B
설명: (Fast2test 회원만 볼 수 있음)
What are some benefits of using Sentinel with Terraform Cloud/Terraform Cloud? Choose three correct answers.
정답: A,B,D
설명: (Fast2test 회원만 볼 수 있음)
Before you can use a remote backend, you must first execute terra-form init.
정답: A
설명: (Fast2test 회원만 볼 수 있음)
terraform validate confirms that your infrastructure matches the Terraform state file.
정답: B
설명: (Fast2test 회원만 볼 수 있음)
What is the provider for the resource shown in the Exhibit?
resource "aws_vpc" "main" {
name = "test"
}
resource "aws_vpc" "main" {
name = "test"
}
정답: D
설명: (Fast2test 회원만 볼 수 있음)
When using a remote backend or terraform Cloud integration, where does Terraform save resource sate?
정답: A
설명: (Fast2test 회원만 볼 수 있음)
Which command lets you experiment with terraform expressions?
정답: C
설명: (Fast2test 회원만 볼 수 있음)
What kind of configuration block will create an infrastructure object with settings specified within the block?
정답: C
설명: (Fast2test 회원만 볼 수 있음)