

Provision Oracle Cloud Infrastructure Home Region IAM resources in a multi region Terraform…
Provision Oracle Cloud Infrastructure Home Region IAM resources in a multi-region Terraform configurationThis article covers a common configuration pattern that I’ve been meaning to post for a while. When provisioning resources in Oracle Cloud Infrastructure (OCI), some resources, specifically IAM resources, can only be created in the Home Region.If a configuration requires the creation of IAM resource, like a new compartment or...


Managing Oracle Cloud Infrastructure iSCSI Block Volume attachments with Terraform.
Managing Oracle Cloud Infrastructure iSCSI Block Volume attachments with Terraform. Part 2: Windows InstancesMy initial post on Managing Oracle Cloud Infrastructure iSCSI Block Volume attachments with Terraform only...

Managing Oracle Cloud Infrastructure iSCSI Block Volume attachments with Terraform
Attaching additional block storage data volumes to instances is a common use case for many cloud deployments. This article outlines an approach to managing the attachment and connection details for iSCSI block volumes...

Deploy and Manage Apps on Oracle Application Container Cloud Service using Terraform
This article covers how to get started using the Terraform Providers for Oracle Cloud to deploy and manage application deployments to the Oracle Application Container Cloud ServiceOracle Application Container Cloud...
Oracle Load Balancer Classic configuration with Terraform
(Originally published on Medium) This article provides an introduction to using the Load Balancer resources to provision and configure an Oracle Cloud Infrastructure Load Balancer Classic instance using Terraform When using the Load Balancer Classic resources with the opc Terraform Provider the lbaas_endpoint attribute must be set in the provider configuration. provider "opc" { version = "~> 1.2" user =...
Oracle Load Balancer Classic configuration with Terraform
This article provides an introduction to using the Load Balancer resources to provision and configure an Oracle Cloud Infrastructure Load Balancer Classic instance using TerraformWhen using the Load Balancer Classic resources with the opc Terraform Provider the lbaas_endpoint attribute must be set in the provider configuration.provider "opc" { version = "~> 1.2" user = "${var.user}" ...
Oracle Load Balancer Classic configuration with Terraform
This article provides an introduction to using the Load Balancer resources to provision and configure an Oracle Cloud Infrastructure Load Balancer Classic instance using TerraformWhen using the Load Balancer Classic resources with the opc Terraform Provider the lbaas_endpoint attribute must be set in the provider configuration.provider "opc" { user = "${var.user}" password =...


Using Terraform with Oracle PaaS Service Manager (PSM)
While the Terraform provider for Oracle Cloud Platform supports a growing number of resources for deploying and provisioning Oracle PaaS services on Oracle Cloud, not all PaaS services are currently supported by the provider. So what can you do if you need to provision an additional service as part of your Terraform configuration that is not yet supported by the Oracle Cloud Platform provider? One approach is to use Terraform in...

Using Packer to build Windows based images for Oracle Cloud Infrastructure Classic
Packer introduced support for building images on Oracle Cloud Infrastructure Classic back in February.Announcing Packer Builder for Oracle Cloud Infrastructure ClassicSince the initial release, the packer oracle-classic...




Using Terraform to provision Oracle Cloud Infrastructure Classic Instances with Persistent Block…
Using Terraform to provision Oracle Cloud Infrastructure Classic Instances with Persistent Block Storage AttachmentsThis article looks at the options for configuring and managing the lifecycle of Oracle Cloud...

Managing Oracle Cloud Infrastructure Object Storage Classic Containers and Objects using Terraform
In this article we’ll take a quick look at the opc Terraform provider support for working with Oracle Cloud Infrastructure Object Storage Classic resourcesProvider settingsBefore using the storage resources you need...


Working with Oracle Cloud Infrastructure Classic Security Rules in Terraform: Part 2 — IP Networks
This article provides an overview of working with Security definitions using the opc Terraform provider.The Oracle Cloud Infrastructure Classic (and Oracle Cloud at Customer) service provides two networking...

Working with Oracle Cloud Infrastructure Classic Security Rules in Terraform: Part 1 — Shared…
Working with Oracle Cloud Infrastructure Classic Security Rules in Terraform: Part 1 — Shared NetworksThis article provides an overview of working with Security definitions using the opc Terraform provider.The...
Automating Instance Initialization with Terraform on Oracle Cloud Infrastructure: Part 2
As follow-up to the previous article on Automating Instance Initialization with Terraform on Oracle’s Compute Cloud (which focused on using the opc Terraform provider with Oracle Cloud Infrastructure Classic Compute), in this article we’ll explore some of the same options with the oci Terraform provider for the Oracle Cloud Infrastructure service, plus look at some more advanced initialization options when configuration multiple...

Using Cyberduck and duck CLI to access Oracle Cloud Infrastructure Classic Storage
Cyberduck is a free (donation supported) remote file and object store management client available for Windows and MacOS. This article provides a quick overview of using Cyberduck, and the associate duck CLI, with the...

