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
Copy file name to clipboardExpand all lines: terraform/modules/compute/wls_compute/variables.tf
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Copyright (c) 2023, Oracle and/or its affiliates.
1
+
# Copyright (c) 2023,2024, Oracle and/or its affiliates.
2
2
# Licensed under the Universal Permissive License v1.0 as shown at https://oss.oracle.com/licenses/upl.
3
3
4
4
variable"tenancy_id" {
@@ -16,6 +16,11 @@ variable "compartment_id" {
16
16
description="The OCID of the compartment where the compute will be created"
17
17
}
18
18
19
+
variable"create_policies" {
20
+
type=bool
21
+
description="Set to true to create OCI IAM policies and dynamic groups required by the WebLogic for OCI stack. If this is set to false, the policies and dynamic groups need to be created manually"
22
+
}
23
+
19
24
variable"availability_domain" {
20
25
type=string
21
26
description="The label of the availability domain where the compute will be created"
0 commit comments