From 63ef1275d9d1c7f2125854a8374b0310c7d8b38d Mon Sep 17 00:00:00 2001 From: Zheng Xi Zhou Date: Thu, 10 Jun 2021 14:21:12 +0800 Subject: [PATCH] update READEM for cloud provider links, adjust content order --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 9ccb480b..ebe7ccbf 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Terraform Controller -Terraform Controller is a Kubernetes Controller for Terraform, which can address the requirement of [Using Terraform HCL as IaC module in KubeVela](https://github.com/oam-dev/kubevela/issues/698) +Terraform Controller is a Kubernetes Controller for Terraform. ![](docs/resources/architecture.jpg) @@ -8,10 +8,10 @@ Terraform Controller is a Kubernetes Controller for Terraform, which can address ## Supported Cloud Providers -- Alibaba Cloud -- AWS -- Azure -- GCP +- [Alibaba Cloud](https://www.alibabacloud.com/) +- [AWS](https://aws.amazon.com/) +- [Azure](https://portal.azure.com/) +- [GCP](https://cloud.google.com/) - [VMware vSphere](https://www.vmware.com/hk/products/vsphere.html) ## Supported Terraform Configuration @@ -19,10 +19,10 @@ Terraform Controller is a Kubernetes Controller for Terraform, which can address - HCL - JSON -# Design - -Please refer to [Design](./DESIGN.md). - # Get started See our [Getting Started](./getting-started.md) guide please. + +# Design + +Please refer to [Design](./DESIGN.md).