-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update READEM for cloud provider links, adjust content order
- Loading branch information
Showing
1 changed file
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,28 @@ | ||
# 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) | ||
|
||
# Features | ||
|
||
## 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 | ||
|
||
- 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). |