Automation

Terraform Local Provider

7 minute read

Creating Terraform Local File Resources (base) pradeep:~$pwd /Users/pradeep/Downloads/learn-terraform/local (base) pradeep:~$cat local.tf resource "local_fi...

Terraform Docker Example

13 minute read

In this post, let us deploy a Docker container using Terraform. This example also makes use of some of the Terraform features like Input variables and Output...

Jenkins Distributed Builds

less than 1 minute read

Distributed builds are builds that run on nodes other than the built-in controller node. The Jenkins controller serves HTTP requests and stores all important...

Getting Started with Terraform Cloud

19 minute read

According to HashiCorp documentation, Terraform Cloud is an application that helps teams use Terraform together. It manages Terraform runs in a consistent an...

Terraform Query Data with Output Variables

4 minute read

In the previous posts, we used input variables to parameterize our Terraform configuration. In this post, we will use output values to organize data to be ea...

Terraform Input Vairables

3 minute read

So far we have used hard-coded values in the Terraform configuration. We can include variables to make our configuration more dynamic and flexible.

Vagrant + Junos

12 minute read

Vagrant + Junos Few years ago, Juniper made available some of its products as Vagrant boxes, which can be found here.

Vagrant Provision

7 minute read

Vagrant Provision So far we have a virtual machine running a basic copy of Ubuntu. We can edit files locally and have them synced into the virtual machine. I...

Vagrant Synced Folder

3 minute read

Vagrant Synced Folder Vagrant automatically syncs files to and from the guest machine. This way you can edit files locally and run them in your virtual devel...

Creating Kubernetes Resources with Terraform

22 minute read

Creating Kubernetes Resources with Terraform According to Terraform website, While you could use kubectl or similar CLI-based tools mapped to API calls to ma...

Changing Infrastructure using Terraform

14 minute read

Change Infrastructure In the previous post on Getting Started with Terraform, we looked at creating and destroying infrastructure using Terraform.

OpenShift

34 minute read

RedHat OpenShift Getting Started with OpenShift.