Skip to content

Commit

Permalink
Changed legacy HCP OCI provider to Oracle + ver bump (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtweeman authored Aug 15, 2024
1 parent 8964760 commit 9237f8c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions modules/subnets/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ terraform {

required_providers {
oci = {
source = "hashicorp/oci"
version = ">= 5.9.0"
source = "oracle/oci"
version = ">= 6.0.0"
}
context = {
source = "cloudposse/context"
Expand Down
4 changes: 2 additions & 2 deletions modules/vcn/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ terraform {

required_providers {
oci = {
source = "hashicorp/oci"
version = ">= 5.9.0"
source = "oracle/oci"
version = ">= 6.0.0"
}
context = {
source = "cloudposse/context"
Expand Down
4 changes: 2 additions & 2 deletions nodes/servers/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ terraform {

required_providers {
oci = {
source = "hashicorp/oci"
version = ">= 5.9.0"
source = "oracle/oci"
version = ">= 6.0.0"
}
local = {
source = "hashicorp/local"
Expand Down
2 changes: 1 addition & 1 deletion terraform.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
terraform {
required_providers {
oci = {
source = "hashicorp/oci"
source = "oracle/oci"
version = "~> 6.0"
}
local = {
Expand Down

0 comments on commit 9237f8c

Please sign in to comment.