Skip to content

Commit

Permalink
Update providers.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Eduardo Fraga Ribeiro authored and jpetazzo committed Jun 6, 2022
1 parent f41656f commit c56d4f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions providers.tf
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
terraform {
required_providers {
oci = {
source = "hashicorp/oci"
version = "4.62.0"
source = "oracle/oci"
version = "4.76.0"
}
}
}

0 comments on commit c56d4f1

Please sign in to comment.