Skip to content

Commit

Permalink
Merge pull request #783 from portefaix/renovate/oci-5.x
Browse files Browse the repository at this point in the history
Update Terraform oci to v5.19.0
  • Loading branch information
nlamirault authored Nov 1, 2023
2 parents 948a475 + 5215616 commit feadb43
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.17.0"
version = "5.19.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.17.0"
version = "5.19.0"
}
}
}

0 comments on commit feadb43

Please sign in to comment.