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 046290a commit e45af3cCopy full SHA for e45af3c
deploy/complete/terraform/providers.tf
@@ -6,9 +6,9 @@ terraform {
6
required_version = ">= 1.0"
7
required_providers {
8
oci = {
9
- source = "hashicorp/oci"
10
- version = ">= 4.68.0"
11
- # https://registry.terraform.io/providers/hashicorp/oci/4.68.0
+ source = "oracle/oci"
+ version = ">= 4.85.0"
+ # https://registry.terraform.io/providers/hashicorp/oci/4.85.0
12
}
13
kubernetes = {
14
source = "hashicorp/kubernetes"
0 commit comments