Skip to content

Commit

Permalink
Merge pull request #1190 from portefaix/renovate/oci-5.x
Browse files Browse the repository at this point in the history
chore(deps): update terraform oci to v5.47.0
  • Loading branch information
nlamirault committed Jul 8, 2024
2 parents 8220562 + 8001ee3 commit 4c7eef0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion terraform/oci/root/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ terraform {
required_providers {
oci = {
source = "hashicorp/oci"
version = "5.41.0"
version = "5.47.0"
}
}
}
2 changes: 1 addition & 1 deletion terraform/oci/root/modules/billing/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ terraform {
required_providers {
oci = {
source = "hashicorp/oci"
version = "5.41.0"
version = "5.47.0"
}
}
}

0 comments on commit 4c7eef0

Please sign in to comment.