| Exam Name: | HashiCorp Certified: Terraform Associate (004) (HCTA0-004) | ||
| Exam Code: | Terraform-Associate-004 Dumps | ||
| Vendor: | HashiCorp | Certification: | Terraform Associate |
| Questions: | 318 Q&A's | Shared By: | lily-may |
Which of the following should you add in the required_providers block to define a provider version constraint?
You created infrastructure outside the Terraform workflow that you now want to manage using Terraform. Which command brings the infrastructure into Terraform state?
Exhibit:
variable "sizes" {
type = list(string)
description = "Valid server sizes"
default = ["small", "medium", "large"]
}
A variable declaration is shown in the exhibit. Which is the correct way to get the value of medium from this variable?
What kind of configuration block will manage an infrastructure object with settings specified within the block?