Skip to content

Commit cc94e61

Browse files
committed
fix: update deprecation links in README and outputs to point to the correct AutoMQ BYOC Setup Guide
1 parent 714ab1c commit cc94e61

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
> [!CAUTION]
44
> **This module is deprecated and no longer maintained.**
55
>
6-
> Please use the new deployment approach: **[AutoMQ BYOC Setup Guide](https://docs.automq.com/automq-cloud/getting-started/install-byoc-environment)**
6+
> Please use the new deployment approach: **[AutoMQ BYOC Setup Guide](https://www.automq.com/docs/automq-cloud/getting-started/overview)**
77
88
---
99

outputs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
output "deprecation_warning" {
22
description = "IMPORTANT: This module is deprecated and no longer maintained."
3-
value = "⚠️ DEPRECATED: This module is no longer maintained. Please migrate to: https://docs.automq.com/automq-cloud/getting-started/install-byoc-environment"
3+
value = "⚠️ DEPRECATED: This module is no longer maintained. Please migrate to: https://www.automq.com/docs/automq-cloud/getting-started/overview"
44
}
55

66
output "automq_byoc_env_id" {

0 commit comments

Comments
 (0)