Question 126

The terraform.tfstate file always matches your currently built infrastructure.
  • Question 127

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

    What is the command you can use to set an environment variable named "var1"of type String?
  • Question 129

    You have a simple Terraform configuration containing one virtual machine (VM) in a cloud provider. You run
    terraform apply and the VM is created successfully.
    What will happen if you delete the VM using the cloud provider console, and run terraform apply again
    without changing any Terraform code?
  • Question 130

    When does Sentinel enforce policy logic during a Terraform Enterprise run?