We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 055e9d7 commit 9d0d55eCopy full SHA for 9d0d55e
terraform/rdma/main.tf
@@ -8,7 +8,7 @@ variable "ssh_private_key_path" { type = string }
8
9
module "oke" {
10
source = "oracle-terraform-modules/oke/oci"
11
- version = "5.0.0-beta.6"
+ version = "5.0.2"
12
13
# Provider
14
providers = { oci.home = oci.home }
@@ -76,4 +76,4 @@ provider "oci" {
76
config_file_profile = var.config_file_profile
77
region = var.home_region
78
tenancy_ocid = var.tenancy_id
79
-}
+}
0 commit comments