Skip to content

Commit

Permalink
Merge pull request #1077 from portefaix/renovate/oci-5.x
Browse files Browse the repository at this point in the history
chore(deps): update terraform oci to v5.34.0
  • Loading branch information
nlamirault authored Mar 26, 2024
2 parents 72912ac + da5750b commit c0ee032
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.33.0"
version = "5.34.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.33.0"
version = "5.34.0"
}
}
}

0 comments on commit c0ee032

Please sign in to comment.