Skip to content

Eclipsys Blog: Terraform

-->

Latest Posts

OCI, Terraform & IaC: Creating Compartments for CIS Foundation Architecture

In this third blog post series, we will be creating four main compartments

Read More

OCI, Terraform & IaC: Creating a Compartment

In my previous post, I talked about the setup of Terraform and a primer on what it is. In this blog post, I will create a simple resource in OCI.

Read More

OCI, Terraform & IaC: Coding Myself Out Of A Job

I haven’t written a blog in a while, and I have made a couple of mistakes lately that could have easily been avoided if I had done my tasks as IaC (Infrastructure as Code). So I..

Read More

OCI FortiGate HA Cluster – Reference Architecture: Code Review and Fixes

Introduction OCI Quick Start repositories on GitHub are collections of Terraform scripts and configurations provided by Oracle. These repositories are designed to help..

Read More

Terraform Pipelines for Dummies Part 1: Run a Terraform Configuration in GitLabCI

Introduction Automating infrastructure provisioning with Terraform is nothing for many, but to truly harness IaC power, seamless integration with CI/CD pipelines is key. In this..

Read More

How to Deploy Multi-Region Resources with Terraform: Example (OCI Public IPs)

Introductions As with any software, terraform also has hidden gems waiting to be discovered, even after you’ve obtained your associate certification. Some features aren’t always..

Read More

My Corrected OCI-IAM-Compartment Terraform Module

So, turns out I’ve been living in the Stone Age of Terraform. I thought keeping my code lean and mean was the way to go, but apparently, the cool kids are all about terraform..

Read More

Terraform Tips: How to Recover Your Deployment From a Terraform Apply Crash

– “Because sh*t happens, be ready for when it does!” —

Read More

Terraform in OCI: The Infamous Error 404 – NotAuthorizedOrNotFound

Introduction Terraform uses API (Application Programming Interface) to interact with your Cloud Provider’s platform. Hence many error messages thrown by your Terraform deployment..

Read More