vPMay 1, 20233 min readTerraform VariablesIn Terraform, variables are an excellent way to define centrally managed reusable values. Terraform variables are saved separately from...
vPApr 30, 20232 min readTerraform 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 min readTerraform 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 min readTerraform 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 min readWhat is Terraform?IT infrastructure management across different clouds, servers, and environments can become complicated and cumbersome. However,...