This is an automated email from the ASF dual-hosted git repository.
wenjun pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
The following commit(s) were added to refs/heads/dev by this push:
new 90250998c4 Add deploy on Terraform on README (#15189)
90250998c4 is described below
commit 90250998c4f9244a1c6d933e6eea2403061b4067
Author: Wenjun Ruan <[email protected]>
AuthorDate: Mon Nov 20 16:19:07 2023 +0800
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)