From d62ccec978b1b61a4e0a0f40f79dc4b37dd53d27 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 19:15:12 +0000 Subject: [PATCH] chore(deps): update terraform oci to v6.20.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 0a804f0dd..3095d35a1 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 = "6.19.0" + version = "6.20.0" } } } diff --git a/terraform/oci/root/modules/billing/main.tf b/terraform/oci/root/modules/billing/main.tf index 0a804f0dd..3095d35a1 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 = "6.19.0" + version = "6.20.0" } } }