Skip to content

Commit

Permalink
Merge pull request #1580 from portefaix/renovate/oci-6.x
Browse files Browse the repository at this point in the history
chore(deps): update terraform oci to v6.22.0
  • Loading branch information
nlamirault authored Jan 19, 2025
2 parents d892db9 + 234c286 commit 0adefa8
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.21.0"
version = "6.22.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.21.0"
version = "6.22.0"
}
}
}

0 comments on commit 0adefa8

Please sign in to comment.