From 3a0e0d3a6b2c41d6241506d882d7e4ef48ebacee Mon Sep 17 00:00:00 2001 From: "the-iron-giant[bot]" <215457354+the-iron-giant[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 07:22:46 +0000 Subject: [PATCH] =?UTF-8?q?feat(deps):=20update=20terraform=20oci=20(7.26.?= =?UTF-8?q?1=20=E2=86=92=207.28.0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- terraform/oci/_terraform.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/oci/_terraform.tf b/terraform/oci/_terraform.tf index 44fdc4c..984cb5a 100644 --- a/terraform/oci/_terraform.tf +++ b/terraform/oci/_terraform.tf @@ -17,7 +17,7 @@ terraform { } oci = { source = "oracle/oci" - version = "7.26.1" + version = "7.28.0" } talos = { source = "siderolabs/talos"