Recently Oracle announced Service Gateway for Oracle Cloud Infrastructure (OCI). One of the problematic areas what I have found with OCI is that if you use Object Storage for example for your database backups you have been required to have public internet access from your OCI subnets either by placing instance to public subnet or…
Create multiple instances with one Terraform module in Oracle Cloud Infrastructure
Edit: Since this post was written a while ago I’ve written a new example with Terraform 0.12, much cleaner code with modules and code used available in Github. Since I’ve become a big fan of modules a case where you might need them is by creating multiple instances at the same time for your Terraform…