From d525be4a49d999ee5f380fca6acc7104fe8e7b48 Mon Sep 17 00:00:00 2001 From: Moritz Sanft <58110325+msanft@users.noreply.github.com> Date: Sun, 7 Jan 2024 22:44:08 +0100 Subject: [PATCH] terraform: add module deprecation notice (#2739) --- terraform/legacy-module/README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 terraform/legacy-module/README.md diff --git a/terraform/legacy-module/README.md b/terraform/legacy-module/README.md new file mode 100644 index 000000000..c755b0a54 --- /dev/null +++ b/terraform/legacy-module/README.md @@ -0,0 +1,6 @@ +## Constellation Terraform Modules + +> [!WARNING] +> The Constellation Terraform modules are deprecated, and support will be discontinued in v2.15.0. +> To continue managing Constellation clusters through Terraform, you can use the [Constellation Terraform provider](https://docs.edgeless.systems/constellation/workflows/terraform-provider). +> Clusters created through the Constellation Terraform modules can also be [imported](https://registry.terraform.io/providers/edgelesssys/constellation/latest/docs/resources/cluster#import) to the Constellation Terraform provider.