From b685c35369d0a98f2d0e23fe7a216da822184ed3 Mon Sep 17 00:00:00 2001 From: sebas_correa Date: Fri, 7 Aug 2026 16:26:31 -0300 Subject: [PATCH] fix(docs): bump usage example ref to current release tag Same drift as before: the pinned example fell behind again after the last release (was v6.10.0, latest is now v6.11.0). Bumping it, and using it as a second real end-to-end test of the release-please auto-merge chain (nullplatform/tofu-modules#479, #481, nullplatform/actions-nullplatform#89, plus the trivy required-check move into the "main" ruleset) after the release-please race condition seen on #485. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ecdcb7f72..eea697ad0 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.10.0" + source = "git::https://github.com/nullplatform/tofu-modules.git//infrastructure/aws/vpc?ref=v6.11.0" # module inputs ... }