From f6e8a8d2e093fe4736a2df3f3117e87471149d73 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 9 Jun 2026 13:06:19 +0000 Subject: [PATCH] Update Terraform restful to v0.25.2 --- blueprints/secops-tenant-factory/versions.tf | 2 +- blueprints/secops-tenant/versions.tf | 2 +- foundation/1-secops/versions.tf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/blueprints/secops-tenant-factory/versions.tf b/blueprints/secops-tenant-factory/versions.tf index fd4f625..5ba52ef 100644 --- a/blueprints/secops-tenant-factory/versions.tf +++ b/blueprints/secops-tenant-factory/versions.tf @@ -18,7 +18,7 @@ terraform { required_providers { restful = { source = "magodo/restful" - version = "= 0.21.0" + version = "0.25.2" } } } \ No newline at end of file diff --git a/blueprints/secops-tenant/versions.tf b/blueprints/secops-tenant/versions.tf index d8cb27c..900b6cd 100644 --- a/blueprints/secops-tenant/versions.tf +++ b/blueprints/secops-tenant/versions.tf @@ -18,7 +18,7 @@ terraform { required_providers { restful = { source = "magodo/restful" - version = "= 0.21.0" + version = "0.25.2" # TODO uncomment this in case you plan to use SecOps tenant factory blueprint # configuration_aliases = [restful.feeds, restful.customer] } diff --git a/foundation/1-secops/versions.tf b/foundation/1-secops/versions.tf index cfa67e0..e173a5f 100644 --- a/foundation/1-secops/versions.tf +++ b/foundation/1-secops/versions.tf @@ -18,7 +18,7 @@ terraform { required_providers { restful = { source = "magodo/restful" - version = "= 0.25.0" + version = "0.25.2" } } } \ No newline at end of file