From 90250998c4f9244a1c6d933e6eea2403061b4067 Mon Sep 17 00:00:00 2001 From: Wenjun Ruan Date: Mon, 20 Nov 2023 16:19:07 +0800 Subject: [PATCH] Add deploy on Terraform on README (#15189) --- README.md | 2 ++ deploy/README.md | 1 + 2 files changed, 3 insertions(+) diff --git a/README.md b/README.md index 65facaf599..d30b55d95d 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,8 @@ The key features for DolphinScheduler are as follows: - Want to [start with Docker](https://dolphinscheduler.apache.org/en-us/docs/3.1.5/guide/start/docker) - For Kubernetes - [Start with Kubernetes](https://dolphinscheduler.apache.org/en-us/docs/3.1.5/guide/installation/kubernetes) +- For Terraform + - [Start with Terraform](deploy/terraform/README.md) ## User Interface Screenshots diff --git a/deploy/README.md b/deploy/README.md index a18c8e700f..0b83271721 100644 --- a/deploy/README.md +++ b/deploy/README.md @@ -2,3 +2,4 @@ - [Start Up DolphinScheduler with Docker](https://dolphinscheduler.apache.org/en-us/docs/3.1.2/guide/start/docker) - [Start Up DolphinScheduler with Kubernetes](https://dolphinscheduler.apache.org/en-us/docs/3.1.2/guide/installation/kubernetes) +- [Start Up DolphinScheduler with Terraform](./terraform/README.md)