Question 131
When using Terraform to deploy resources into Azure, which scenarios are true regarding state files? (Choose two.)
Question 132
terraform refresh will update the state file?
Question 133
In regards to deploying resources in multi-cloud environments, what are some of the benefits of using Terraform rather than a provider's native tooling? (select three)
Question 134
Which of the following value will be accepted for var1?
variable "var1" {
type = string
}
variable "var1" {
type = string
}
Question 135
Terraform can only manage resource dependencies if you set them explicitly with the depends_on argument.