From afac6457862da46d76141212e2266b3ceaec5638 Mon Sep 17 00:00:00 2001 From: sebas_correa Date: Thu, 3 Sep 2026 11:10:33 -0300 Subject: [PATCH] docs: bump the README's usage example to the current release tag MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cosmetic — the example pinned v6.19.1, several releases behind. Also doubles as an end-to-end smoke test of the CI flow after today's dual release line rollback and version fixes. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ed387a9..48621e84 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Reference any module via its Git source, pinned to a release tag: ```hcl module "vpc" { - source = "git::https://github.com/nullplatform/tofu-modules.git//infrastructure/aws/vpc?ref=v6.19.1" + source = "git::https://github.com/nullplatform/tofu-modules.git//infrastructure/aws/vpc?ref=v7.2.0" # module inputs ... }