Your Terraform configuration declares a variable. You want to enforce that its value meets your specific requirements, and you want to block the Terraform operation if it does not. What should you add to your configuration?
Which is a benefit of using infrastructure as code (IaC) tools compared to native platform APIs?
Which of the following is not a valid source path for specifying a module?
Which of the following can you do with terraform plan? (Pick 2 correct responses)
If you don’t use the local Terraform backend, where else can Terraform save resource state?
Which of the following is true about terraform apply?(Pick 2 correct responses)
Terraform providers are part of the Terraform core binary.
How would you output returned values from a child module in the Terraform CLI output?
Only the user that generated a plan may apply it.
Any user can publish modules to the public Terraform Module Registry.