-
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.
Merge pull request #40 from zzxwill/release-019
Release 019
- Loading branch information
Showing
3 changed files
with
12 additions
and
12 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). |
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,5 +1,5 @@ | ||
apiVersion: v1 | ||
name: terraform-controller-chart | ||
version: 0.1.8 | ||
description: A Terraform controller | ||
version: 0.1.9 | ||
description: A Kubernetes Terraform controller | ||
home: https://github.com/oam-dev/terraform-controller |
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,6 +1,6 @@ | ||
replicaCount: 1 | ||
|
||
version: 0.0.1 | ||
version: 0.1.9 | ||
|
||
image: | ||
name: oamdev/terraform-controller:latest | ||
|