From 8001ee38acfb5628fb96c87d54da0080676e99c3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 16:09:25 +0000 Subject: [PATCH] chore(deps): update terraform oci to v5.47.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 d7a3bfbc0..bb5a02471 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.41.0" + version = "5.47.0" } } } diff --git a/terraform/oci/root/modules/billing/main.tf b/terraform/oci/root/modules/billing/main.tf index d7a3bfbc0..bb5a02471 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.41.0" + version = "5.47.0" } } }