You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are some prerequisites for using autoscaling. See [documentation](https://docs.oracle.com/en/cloud/paas/weblogic-cloud/user/components-oracle-weblogic-cloud.html#GUID-CE8B9AE0-0FE9-442A-9239-8B0DFD835119) for more details.
216
+
Note that autoscaling is not supported when creating a stack using Terraform CLI. You need to create a [Resource Manager][orm]
Copy file name to clipboardExpand all lines: solutions/jrf/README.md
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ The directory oci-weblogic-server/solutions/jrf consists of the following terraf
47
47
The directory oci-weblogic-server/solutions/common consists of the following:
48
48
- tenancy.tfvars - tenancy configuration
49
49
50
-
The files in the oci-weblogic-server/inputs directory contain the values of the images for the different combinations of
50
+
The files in the oci-weblogic-server/images directory contain the values of the images for the different combinations of
51
51
WebLogic edition and pricing. In this solution, the file _mp_image_ee_byol.tfvars_ is used to create a WebLogic Enterprise
52
52
Edition, BYOL instance. Specify a different file to use a different edition and/or pricing.
53
53
@@ -63,7 +63,8 @@ Initialize the terraform provider plugin
63
63
terraform init
64
64
```
65
65
66
-
Update the variable values in tfvars files under directories terraform/solutions/common and terraform/solutions/jrf according to the user specific values
66
+
Update the variable values in tfvars files under directories terraform/solutions/common and terraform/solutions/jrf according
error_message="WLSC-ERROR: The value for wls_admin_user should be between 8 and 128 characters long and alphanumeric, and can contain underscore (_) and hyphen(-) special characters."
0 commit comments