vPMay 1, 20233 minTerraform VariablesIn Terraform, variables are an excellent way to define centrally managed reusable values. Terraform variables are saved separately from...
vPApr 30, 20232 minTerraform Data ResourcesData sources in Terraform are used to get information about resources external to Terraform, and use them to set up your Terraform...
vPApr 30, 20233 minTerraform FilesIn this blog, we will be discussing about different types of files used in Terraform. To start any Terraform project, the first thing we...
vPApr 30, 20234 minTerraform ProvidersIn the previous blog we discussed about what terraform is and it's architecture. In this blog, let's discuss about one of it's component,...
vPApr 29, 20234 minWhat is Terraform?IT infrastructure management across different clouds, servers, and environments can become complicated and cumbersome. However,...