Skip to content

Commit 25c6b3b

Browse files
authored
changed provider to oracle/oci (#506)
Closes #499
1 parent be5c8ac commit 25c6b3b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

versions.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
terraform {
55
required_providers {
66
oci = {
7-
source = "hashicorp/oci"
7+
source = "oracle/oci"
8+
version = ">= 4.67.3"
89
configuration_aliases = [oci.home]
910
}
1011
}

0 commit comments

Comments
 (0)