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). diff --git a/chart/Chart.yaml b/chart/Chart.yaml index bbcedf0a..5fbdc772 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -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 diff --git a/chart/values.yaml b/chart/values.yaml index c8bad86a..7dbf0d15 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -1,6 +1,6 @@ replicaCount: 1 -version: 0.0.1 +version: 0.1.9 image: name: oamdev/terraform-controller:latest