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 be5c8ac commit 25c6b3bCopy full SHA for 25c6b3b
versions.tf
@@ -4,7 +4,8 @@
4
terraform {
5
required_providers {
6
oci = {
7
- source = "hashicorp/oci"
+ source = "oracle/oci"
8
+ version = ">= 4.67.3"
9
configuration_aliases = [oci.home]
10
}
11
0 commit comments