Question 86
HashiCorp offers multiple versions of Terraform, including Terraform open-source, Terraform Cloud, and Terraform Enterprise. Which of the following Terraform features are only available in the Enterprise edition? (select four)
Question 87
Which of the following is an invalid variable name?
Question 88
How is the Terraform remote backend different than other state backends such as S3, Consul, etc.?
Question 89
You run a local-exec provisioner in a null resource called null_resource.run_script and realize that you need to
rerun the script.
Which of the following commands would you use first?
rerun the script.
Which of the following commands would you use first?
Question 90
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?
What will happen if you delete the VM using the cloud provider console, and run terraform apply again without changing any Terraform code?
