Taming the Terraform Module Madness
I have to admit, Terraform module syntax has driven me mad. Especially since I’ve been away from Terraform since before
Read moreI have to admit, Terraform module syntax has driven me mad. Especially since I’ve been away from Terraform since before
Read moreThe following code uses a JavaScript that can install multiple exported APEX applications, by looping over the export directories and
Read moreSome example for adding parameters and variables to SQLcl aliases.
Read moreTrying to reference an environment variable in SQLcl can be a bit tricky. Here are three ways you can do
Read moreYou can use a wallet to connect to an OCI Autonomous Database with Liquibase. To do this you need to
Read moreIn this example, I configure ORDS to run as a systemd service. This way ORDS runs in the background and
Read moreHere is an example for using Jenkins to loop through multiple Oracle databases (pluggable databases in this case), and execute
Read moreIn my use case, I needed to fetch data (JSON) larger than 32k into a JavaScript variable. In APEX versions
Read moreIt is often easier to collect resource information for Terraform through spreadsheets. In this example, I’ll build a number of
Read moreTerraform allows you to re-create a state file (terraform.tfstate) with the import command. For the import, you need to specify
Read more