Skip to content

Commit

Permalink
Merge pull request #40 from zzxwill/release-019
Browse files Browse the repository at this point in the history
Release 019
  • Loading branch information
zzxwill authored Jun 10, 2021
2 parents 1053681 + 63ef127 commit 777c666
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions README.md
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).
4 changes: 2 additions & 2 deletions chart/Chart.yaml
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
2 changes: 1 addition & 1 deletion chart/values.yaml
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
Expand Down

0 comments on commit 777c666

Please sign in to comment.