Skip to content

Commit

Permalink
Merge pull request #1510 from portefaix/renovate/oci-6.x
Browse files Browse the repository at this point in the history
chore(deps): update terraform oci to v6.20.0
  • Loading branch information
nlamirault authored Dec 15, 2024
2 parents 5cc80ff + d62ccec commit 6ca9bf9
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 = "6.19.0"
version = "6.20.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 = "6.19.0"
version = "6.20.0"
}
}
}

0 comments on commit 6ca9bf9

Please sign in to comment.