File tree Expand file tree Collapse file tree 3 files changed +9
-15
lines changed Expand file tree Collapse file tree 3 files changed +9
-15
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ terraform {
77 required_providers {
88 oci = {
99 source = " oracle/oci"
10- version = " >= 4.75 .0"
11- # https://registry.terraform.io/providers/oracle/oci/4.75 .0
10+ version = " >= 4.78 .0"
11+ # https://registry.terraform.io/providers/oracle/oci/4.78 .0
1212 }
1313 kubernetes = {
1414 source = " hashicorp/kubernetes"
Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ locale: "en"
1717variableGroups :
1818 - title : " Basic Hidden"
1919 variables :
20- - compartment_ocid
2120 - tenancy_ocid
2221 - region
2322 visible : false
@@ -49,7 +48,7 @@ variableGroups:
4948 - title : " OKE Cluster Configuration"
5049 variables :
5150 - create_new_oke_cluster
52- - existent_oke_cluster_compartment_ocid
51+ - compartment_ocid
5352 - existent_oke_cluster_id
5453 - show_advanced
5554 - app_name
@@ -103,11 +102,6 @@ variableGroups:
103102 visible : false
104103
105104variables :
106- compartment_ocid :
107- type : oci:identity:compartment:id
108- title : " Compartment"
109- description : " The compartment in which to create compute instance(s)"
110- required : true
111105
112106 sysdig_access_key :
113107 type : string
@@ -216,11 +210,10 @@ variables:
216210 type : boolean
217211 title : " Create new OKE Cluster"
218212
219- existent_oke_cluster_compartment_ocid :
213+ compartment_ocid :
220214 type : oci:identity:compartment:id
221215 title : " Existent OKE Cluster Compartment"
222216 description : " The compartment where you find the existent OKE Cluster"
223- default : compartment_ocid
224217 required : true
225218 visible :
226219 not :
@@ -231,7 +224,7 @@ variables:
231224 title : " Existent OKE Cluster"
232225 required : true
233226 dependsOn :
234- compartmentId : existent_oke_cluster_compartment_ocid
227+ compartmentId : compartment_ocid
235228 visible :
236229 not :
237230 - create_new_oke_cluster
Original file line number Diff line number Diff line change @@ -17,12 +17,13 @@ region = "us-ashburn-1"
1717# Sysdig
1818## For access key please go to sysdig secure UI > Settings > Agent Installation
1919## For endpoints please check https://docs.sysdig.com/en/docs/administration/saas-regions-and-ip-ranges/#saas-regions-and-ip-ranges
20- sysdig_access_key = ""
21- sysdig_settings_collector = "" # i.e. "ingest-us2.app.sysdig.com"
20+ sysdig_access_key = ""
21+ sysdig_settings_collector = "" # i.e. "ingest-us2.app.sysdig.com"
2222sysdig_settings_collector_port = "6443"
23- sysdig_node_analyzer_api_endpoint = "" # i.e. "us2.app.sysdig.com" (sysdig secure endpoint)
23+ sysdig_secure_api_endpoint = "" # i.e. "us2.app.sysdig.com" (sysdig secure endpoint)
2424
2525# Snyk (in case of sysdig+snyk joint installations)
26+ sysdig_snyk_integration = false
2627snyk_integration_id = "" # Copy from https://app.snyk.io/org/YOUR-ORGANIZATION-NAME/manage/integrations/kubernetes
2728snyk_deploy_goof_sample = false
2829
You can’t perform that action at this time.
0 commit comments