Skip to content

Commit 4861eaa

Browse files
authored
fix: Provider changed from hashicorp/oci to oracle/oci (#47)
1 parent dbe1cca commit 4861eaa

File tree

2 files changed

+4
-40
lines changed

2 files changed

+4
-40
lines changed

.terraform.lock.hcl

Lines changed: 0 additions & 37 deletions
This file was deleted.

versions.tf

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
44
terraform {
55
required_providers {
66
oci = {
7-
source = "hashicorp/oci"
7+
source = "oracle/oci"
8+
version = ">= 4.67.3"
89
# pass oci home region provider explicitly for identity operations
9-
configuration_aliases = [ oci.home ]
10-
}
10+
configuration_aliases = [oci.home]
11+
}
1112
}
1213
required_version = ">= 1.0.0"
1314
}

0 commit comments

Comments
 (0)