E Create a Domain for Oracle WebLogic Server 12.2.1.3.0 Using Terraform

Create an Oracle WebLogic Server domain for Oracle WebLogic Server 12.2.1.3.0 using the terraform configuration from the 12.2.1.4.0 Oracle WebLogic Server for OCI stack.

Note:

Ensure that you have created the 12.2.1.4.0 Oracle WebLogic Server for OCI stack.
Complete the following steps:
  1. Download the terraform configuration file for the 12.2.1.4 stack. See Download a Terraform Configuration File.

    Note:

    As you have already created the stack, you can follow steps 2 to 10 in Download a Terraform Configuration File.
  2. In the variables.tf terraform configuration file, change the wls_version to 12.2.1.3.0.
  3. Complete step 1 through step 4 in Invoke Terraform Scripts.

    Note:

    Use env_vars_template to create env_vars and source it as: source ./env_vars before running terraform init.