Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
5 changes: 5 additions & 0 deletions outputs.tf
Original file line number Diff line number Diff line change
@@ -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
Expand Down