Skip to content

Commit e45af3c

Browse files
committed
complete: oci provider moved to oracle/oci
Signed-off-by: junior <[email protected]>
1 parent 046290a commit e45af3c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

deploy/complete/terraform/providers.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ terraform {
66
required_version = ">= 1.0"
77
required_providers {
88
oci = {
9-
source = "hashicorp/oci"
10-
version = ">= 4.68.0"
11-
# https://registry.terraform.io/providers/hashicorp/oci/4.68.0
9+
source = "oracle/oci"
10+
version = ">= 4.85.0"
11+
# https://registry.terraform.io/providers/hashicorp/oci/4.85.0
1212
}
1313
kubernetes = {
1414
source = "hashicorp/kubernetes"

0 commit comments

Comments
 (0)