Question 141
Once you configure a new Terraform backend with a terraform code block, which command(s) should you use to migrate the state file?
Question 142
If you update the version constraint in your Terraform configuration, Terraform will update your lock file the next time you run terraform Init.
Question 143
Which parameters does terraform import require? Choose two correct answers.
Question 144
What feature stops multiple users from operating on the Terraform state at the same time?
Question 145
What is the provider for the resource shown in the Exhibit?
resource "aws_vpc" "main" {
name = "test"
}
resource "aws_vpc" "main" {
name = "test"
}
