From a5fe458384cf41b21fd8505b84838c88d34a776b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Dec 2023 00:29:34 +0000 Subject: [PATCH] Update Terraform oci to v5.22.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- terraform/oci/root/main.tf | 2 +- terraform/oci/root/modules/billing/main.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/terraform/oci/root/main.tf b/terraform/oci/root/main.tf index c8a865c11..b05d9eb55 100644 --- a/terraform/oci/root/main.tf +++ b/terraform/oci/root/main.tf @@ -20,7 +20,7 @@ terraform { required_providers { oci = { source = "hashicorp/oci" - version = "5.21.0" + version = "5.22.0" } } } diff --git a/terraform/oci/root/modules/billing/main.tf b/terraform/oci/root/modules/billing/main.tf index c8a865c11..b05d9eb55 100644 --- a/terraform/oci/root/modules/billing/main.tf +++ b/terraform/oci/root/modules/billing/main.tf @@ -20,7 +20,7 @@ terraform { required_providers { oci = { source = "hashicorp/oci" - version = "5.21.0" + version = "5.22.0" } } }