Skip to content

Commit 143e0ff

Browse files
authored
Merge pull request #2414 from oracle/release_gh
Releasing version 7.10.0
2 parents e799fca + 5a08697 commit 143e0ff

File tree

147 files changed

+515
-341
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

147 files changed

+515
-341
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions

examples/container_engine/oidc_authn_token_config_multi_issuers/main.tf

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,19 @@
11
// Copyright (c) 2017, 2024, Oracle and/or its affiliates. All rights reserved.
22
// Licensed under the Mozilla Public License v2.0
33

4-
variable "tenancy_ocid" {
5-
}
4+
variable "tenancy_ocid" {}
65

7-
variable "user_ocid" {
8-
}
6+
variable "user_ocid" {}
97

10-
variable "compartment_ocid" {
11-
}
8+
variable "compartment_ocid" {}
129

1310
variable "region" {
1411
default = "us-ashburn-1"
1512
}
1613

17-
variable "kms_vault_id" {
18-
}
14+
variable "kms_vault_id" {}
1915

20-
variable "compartment_id" {
21-
}
16+
variable "compartment_id" {}
2217

2318
variable "cluster_cluster_pod_network_options_cni_type" {
2419
default = "OCI_VCN_IP_NATIVE"
@@ -231,6 +226,13 @@ data "oci_containerengine_cluster" "test_cluster_multi_issuer" {
231226
should_include_oidc_config_file = var.cluster_should_include_oidc_config_file
232227
}
233228

229+
output "cluster_id" {
230+
value = data.oci_containerengine_cluster.test_cluster_multi_issuer.cluster_id
231+
}
232+
output "configFile" {
233+
value = data.oci_containerengine_cluster.test_cluster_multi_issuer.should_include_oidc_config_file
234+
}
235+
234236
data "oci_containerengine_clusters" "test_clusters" {
235237
#Required
236238
compartment_id = var.compartment_ocid

examples/zips/adm.zip

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

examples/zips/aiDocument.zip

0 Bytes
Binary file not shown.

examples/zips/aiLanguage.zip

0 Bytes
Binary file not shown.

examples/zips/aiVision.zip

0 Bytes
Binary file not shown.

examples/zips/always_free.zip

0 Bytes
Binary file not shown.

examples/zips/analytics.zip

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)