Zheng Xi Zhou

Results 66 issues of Zheng Xi Zhou

VMware vSphere has been supported as a Provider in [Terraform Controller](https://github.com/oam-dev/terraform-controller), please convert it to a Terraform addon terraform-vsphere in KubeVela per [the guide](https://kubevela.io/docs/platform-engineers/addon/terraform).

good first issue

**Is your feature request related to a problem? Please describe.** KubeVela add-on `terraform` has upgraded from v1beta1 to v1beta2. The CRDs of terraform aren't upgraded by upgrading it using `vela...

priority/important-soon
area/addon

**Is your feature request related to a problem? Please describe.** To help debug a failure of Application provisioned by a colleague, I didn't find any error message in the application...

priority/important-soon
area/o11y

# Project description To enable KubeVela end-users to better manage cloud resources, more cloud providers and cloud resources are needed to support in KubeVela. ## Cloud providers These are some...

type/enhancement
cloud-resource

**Is your feature request related to a problem? Please describe.** We use the command line `vela provider` to authenticate a Terraform provider https://kubevela.io/docs/v1.3/reference/addons/terraform#authenticate-terraform-provider. ```shell $ vela provider add terraform-aws --AWS_ACCESS_KEY_ID=xxx...

priority/important-soon
cloud-resource
area/cli

Half of Configmaps for Alibaba Cloud resources are generated. ``` ➜ Downloads vela components --label type=terraform | wc -l 41 ➜ Downloads k get cm -n vela-system | grep component-schema-alibaba...

type/enhancement
cloud-resource

**Describe the bug** - [ ] When a variable's type isn't specified, set it to `string` ``` variable "name" { default = "acctestRG-%d" description = "The name of the resource...

good first issue
priority/nice-to-have
cloud-resource

**Describe the bug** When Terraform addon isn't enabled (Terraform controller Pod doesn't exist), the status of application keeps being unhealthy. And no more detailed information is shown in `vela status`...

type/bug
type/enhancement
help wanted
priority/important-soon
cloud-resource

**Describe the bug** From Slack. An application failed to delete. ``` ╰─ vela status create-s3 About: Name: create-s3 Namespace: kubevela-test Created at: 2022-05-25 10:19:44 +0100 IST Status: deleting Workflow: mode:...

help wanted
type/question
priority/nice-to-have
area/addon

### Describe the bug ``` ➜ rabbitmq git:(master) ✗ terraform-docs markdown table . Error: Invalid expression: Expected the start of an expression, but found an invalid expression token. (and 2...

bug