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/oke/schema.yaml
+14-5Lines changed: 14 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ variableGroups:
45
45
- stack_deployment_option
46
46
visible: false
47
47
48
-
- title: Select an OKE cluster deployed in this region to start monitoring.
48
+
- title: Select an OKE cluster deployed in this region to start monitoring
49
49
description: "Use CLI (Helm) if your cluster does not have a public API endpoint or if it's restricted from accessing container-registry.oracle.com. See: https://github.com/oracle-quickstart/oci-kubernetes-monitoring"
50
50
variables:
51
51
- oke_compartment_ocid
@@ -61,9 +61,10 @@ variableGroups:
61
61
- oci_la_logGroup_name
62
62
- fluentd_baseDir_path
63
63
64
-
- title: OCI IAM Policies and Dynamic Groups (Optional)
64
+
- title: Advanced Configuration
65
65
variables:
66
66
- opt_create_dynamicGroup_and_policies
67
+
- opt_import_dashboards
67
68
68
69
variables:
69
70
@@ -189,14 +190,22 @@ variables:
189
190
- livelab_switch
190
191
191
192
####
192
-
## Pre-requisites
193
+
## Optional Inputs
193
194
####
194
195
195
196
# Option to create Dynamic Group and Policies
196
197
opt_create_dynamicGroup_and_policies:
197
198
type: boolean
198
-
title: Select this check box to create dynamic groups and policies that are required for deploying the monitoring solution.
199
+
title: Select this check box to create OCI IAM dynamic groups and policies which are required for the monitoring solution
0 commit comments