diff --git a/README.md b/README.md index 442d4c5..7a772e5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,13 @@ -# AWS AutoMQ BYOC Environment Terrafrom module -![General_Availability](https://img.shields.io/badge/Lifecycle_Stage-General_Availability(GA)-green?style=flat&logoColor=8A3BE2&labelColor=rgba) +# ⚠️ DEPRECATED + +> [!CAUTION] +> **This module is deprecated and no longer maintained.** +> +> Please use the new deployment approach: **[AutoMQ BYOC Setup Guide](https://docs.automq.com/automq-cloud/getting-started/install-byoc-environment)** + +--- + +![Deprecated](https://img.shields.io/badge/Lifecycle_Stage-Deprecated-red?style=flat&logoColor=8A3BE2&labelColor=rgba) This module is designed for deploying the AutoMQ BYOC (Bring Your Own Cloud) environment using the AWS Provider within an AWS cloud environment. diff --git a/outputs.tf b/outputs.tf index 194ab15..52c7e6f 100644 --- a/outputs.tf +++ b/outputs.tf @@ -1,3 +1,8 @@ +output "deprecation_warning" { + description = "IMPORTANT: This module is deprecated and no longer maintained." + value = "⚠️ DEPRECATED: This module is no longer maintained. Please migrate to: https://docs.automq.com/automq-cloud/getting-started/install-byoc-environment" +} + output "automq_byoc_env_id" { description = "This parameter is used to create resources within the environment. Additionally, all cloud resource names will incorporate this parameter as part of their names. This parameter supports only numbers, uppercase and lowercase English letters, and hyphens. It must start with a letter and is limited to a length of 32 characters." value = var.automq_byoc_env_id