Series – Get your database running with Terraform part 1: Setup

6 years ago

One of my old colleague whom I had pleasure to work with many years ago asked recently if there would…

Oracle Cloud Infrastructure and provisioning Exadata part 2

6 years ago

This is part 2 on provisioning Exadata on Oracle Cloud Infrastructure, you can read part 1 from here. In this…

Setting up network for e-Business Suite in Oracle Cloud Infrastructure

6 years ago

Setting up network for e-Business Suite in Oracle Cloud Infrastructure This post will be on how we did setup our…

Oracle Cloud Infrastructure and provisioning Exadata part 1

6 years ago

One of the biggest reasons we started to use Oracle Cloud Infrastructure was that we could get Exadata provisioned for…

Different environments and Terraform workspaces with Oracle Cloud Infrastructure

6 years ago

While we want to provision most of the things through Infrastructure as Code and use Terraform with our Oracle Cloud…

ODC Appreciation Day: Terraform

6 years ago

First time I'm taking part of Oracle Development Community Appreciation Day which Tim Hall has created to post about technology…

OCI block volumes and Terraform

6 years ago

So we already know how to spin up instances with and without Terraform but what about when you need to…

Should I use tags in Oracle Cloud Infrastructure?

6 years ago

In Oracle Cloud Infrastructure you have two options to tag your resources, defined tags which are setup by your administrator…

Oracle Cloud Infrastructure Service Gateway

6 years ago

Recently Oracle announced Service Gateway for Oracle Cloud Infrastructure (OCI). One of the problematic areas what I have found with…

Create multiple instances with one Terraform module in Oracle Cloud Infrastructure

6 years ago

Edit: Since this post was written a while ago I've written a new example with Terraform 0.12, much cleaner code…