InterviewSolution
Saved Bookmarks
| 1. |
What do you know about Terraform core? What are the primary responsibilities of Terraform core? |
|
Answer» TERRAFORM Core is a BINARY created in the Go programming language that is statically compiled. The compiled binary is the terraform command line TOOL (CLI), which is the starting point for anyone who wants to use Terraform. The source code can be found at github.com/hashicorp/terraform. The primary responsibilities of Terraform core includes:
|
|