Terraform requires the Go runtime as a prerequisite for installation.
Terraform requires the Go runtime as a prerequisite for installation.
Terraform is written in the Go programming language, but it does not require the Go runtime to be installed on the machine where Terraform is installed. To use Terraform, you only need to download and install the Terraform binary appropriate for your operating system, and then add it to your PATH. Therefore, the Go runtime is not a prerequisite for installing and running Terraform.
Terraform software is written in Go but it is not require to have go installed as you get a binary after installing terraform.
B is correct answer : False. This has been updated with https://www.terraform.io/plugin/sdkv2/guides/v1-upgrade-guide and https://www.terraform.io/plugin/sdkv2/guides/v2-upgrade-guide
I did not see any documention saying terraform requires go runtime. I will go with false
Terraform is written in Go programming language, but it does not require the Go runtime to be installed on the machine where Terraform is installed. You only need to have the Terraform binary installed to be able to use Terraform to provision infrastructure. You can download the appropriate binary for your operating system from the Terraform website, and then add it to your PATH so that you can run Terraform from the command line.
B. False
BBBBBB
Vote B
Ans is B. Terraform is written in Go programming language and doesn't require Go runtime
B is correct