Question 106

Which of the following value will be accepted for my_var?
1. variable "my_var"
2. {
3. type = string
4. }
  • Question 107

    Which of the below configuration file formats are supported by Terraform? (Select TWO)
  • Question 108

    State is a requirement for Terraform to function
  • Question 109

    You cannot publish your own modules on the Terraform Registry.
  • Question 110

    Which of the below options is the equivalent Terraform 0.12 version of the snippet which is written in
    Terraform 0.11?
    "${var.instance_id}"