Terraform 04-July day-01 By G Kameswar Rao

Assignment – 1 List of Components of Terraform and explain each components with 1 image 1.Terraform Code (HCL) Terraform code is expressed as a declarative code which contains declaration of resources, providers and necessary code for infrastructure deployment and management acting as single input source file for terraform executable. 2. Terraform Executable Terraform Executable provides command line interface tool that will allow developer to run / perform all the terraform commands on terraform project/code. Following are mostly used Terraform commands:

Read more