From 7891286e142e67422e31f5c8effb5389778d54a3 Mon Sep 17 00:00:00 2001
From: abstractionfactory
<179820029+abstractionfactory@users.noreply.github.com>
Date: Wed, 4 Sep 2024 12:58:31 +0200
Subject: [PATCH] Announcing the OpenTofu Registry Search beta (#328)
---
docusaurus.config.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docusaurus.config.ts b/docusaurus.config.ts
index 96fe191..1d84c53 100644
--- a/docusaurus.config.ts
+++ b/docusaurus.config.ts
@@ -208,7 +208,7 @@ const config: Config = {
announcementBar: {
id: "opentofu-ga",
content:
- 'OpenTofu 1.8.0 is out with early variables/locals evaluation, .tofu file support and provider mocking. Read the blog post »',
+ 'The all-new OpenTofu Registry Search beta is out! Give it a spin and let us know what you think!',
backgroundColor: "#ffda18",
textColor: "#1b1d20",
isCloseable: false,