Skip to content

Commit

Permalink
Fix: removes parameter name for terraform cloud-provider (#638)
Browse files Browse the repository at this point in the history
* removes parameter name for Alibaba cloud

Signed-off-by: afzalbin64 <[email protected]>

* removes default parameter name

Signed-off-by: afzalbin64 <[email protected]>

rmvs `default` parameter from comment

* updates the version of addons

Signed-off-by: afzalbin64 <[email protected]>

updates the version

---------

Signed-off-by: afzalbin64 <[email protected]>
Co-authored-by: afzalbin64 <[email protected]>
  • Loading branch information
sbin64 and afzal442 authored Feb 14, 2023
1 parent f1a99ce commit 7ec299c
Show file tree
Hide file tree
Showing 16 changed files with 23 additions and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ template: {
}

parameter: {
//+usage=The name of Terraform Provider for Alibaba Cloud, default is `default`
name: *"default" | string
//+usage=The name of Terraform Provider for Alibaba Cloud
name: string
//+usage=Get ALICLOUD_ACCESS_KEY per this guide https://help.aliyun.com/knowledge_detail/38738.html
ALICLOUD_ACCESS_KEY: string
//+usage=Get ALICLOUD_SECRET_KEY per this guide https://help.aliyun.com/knowledge_detail/38738.html
Expand Down
2 changes: 1 addition & 1 deletion addons/terraform-alibaba/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: terraform-alibaba
version: 1.0.5
version: 1.0.6
description: Kubernetes Terraform Controller for Alibaba Cloud
icon: https://avatars3.githubusercontent.com/aliyun
url: https://registry.terraform.io/providers/aliyun/alicloud/latest
Expand Down
4 changes: 2 additions & 2 deletions addons/terraform-aws/config-templates/aws-provider.cue
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ template: {
}

parameter: {
//+usage=The name of Terraform Provider for AWS, default is `default`
name: *"aws" | string
//+usage=The name of Terraform Provider for AWS
name: string
//+usage=Get AWS_ACCESS_KEY_ID per https://aws.amazon.com/blogs/security/wheres-my-secret-access-key/
AWS_ACCESS_KEY_ID: string
//+usage=Get AWS_SECRET_ACCESS_KEY per https://aws.amazon.com/blogs/security/wheres-my-secret-access-key/
Expand Down
2 changes: 1 addition & 1 deletion addons/terraform-aws/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: terraform-aws
version: 1.0.2
version: 1.0.3
description: Kubernetes Terraform Controller for AWS
icon: https://static.kubevela.net/images/logos/aws.png
url: https://registry.terraform.io/providers/hashicorp/aws/latest
Expand Down
4 changes: 2 additions & 2 deletions addons/terraform-azure/config-templates/azure-provider.cue
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ template: {
}

parameter: {
//+usage=The name of Terraform Provider for Azure, default is `azure`
name: *"azure" | string
//+usage=The name of Terraform Provider for Azure
name: string
ARM_CLIENT_ID: string
ARM_CLIENT_SECRET: string
ARM_SUBSCRIPTION_ID: string
Expand Down
2 changes: 1 addition & 1 deletion addons/terraform-azure/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: terraform-azure
version: 1.0.2
version: 1.0.3
description: Kubernetes Terraform Controller for Azure
icon: https://avatars3.githubusercontent.com/azure
url: https://registry.terraform.io/providers/hashicorp/azurerm/latest
Expand Down
4 changes: 2 additions & 2 deletions addons/terraform-baidu/config-templates/baidu-provider.cue
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ template: {
}

parameter: {
//+usage=The name of Terraform Provider for Baidu Cloud, default is `baidu`
name: *"baidu" | string
//+usage=The name of Terraform Provider for Baidu Cloud
name: string
//+usage=Get BAIDUCLOUD_ACCESS_KEY per this guide https://cloud.baidu.com/doc/Reference/s/9jwvz2egb
BAIDUCLOUD_ACCESS_KEY: string
//+usage=Get BAIDUCLOUD_SECRET_KEY per this guide https://cloud.baidu.com/doc/Reference/s/9jwvz2egb
Expand Down
2 changes: 1 addition & 1 deletion addons/terraform-baidu/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: terraform-baidu
version: 1.0.2
version: 1.0.3
description: Kubernetes Terraform Controller Provider for Baidu Cloud
url: https://github.com/oam-dev/terraform-controller

Expand Down
2 changes: 1 addition & 1 deletion addons/terraform-ec/config-templates/ec-provider.cue
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ template: {

parameter: {
//+usage=The name of Terraform Provider for Elastic Cloud
name: *"ec" | string
name: string
//+usage=Get EC_API_KEY per this guide https://registry.terraform.io/providers/elastic/ec/latest/docs
EC_API_KEY: *"" | string
}
Expand Down
2 changes: 1 addition & 1 deletion addons/terraform-ec/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: terraform-ec
version: 1.0.1
version: 1.0.2
description: Kubernetes Terraform Controller Provider for Elastic Cloud
url: https://github.com/oam-dev/terraform-controller

Expand Down
4 changes: 2 additions & 2 deletions addons/terraform-gcp/config-templates/gcp-provider.cue
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ template: {
}

parameter: {
//+usage=The name of Terraform Provider for GCP, default is `default`
name: *"gcp" | string
//+usage=The name of Terraform Provider for GCP
name: string
//+usage=Get gcpCredentialsJSON per this guide https://registry.terraform.io/providers/hashicorp/google/latest/docs/guides/getting_started#adding-credentials
GOOGLE_CREDENTIALS: string
//+usage=Get GOOGLE_REGION by picking one RegionId from Google Cloud region list https://cloud.google.com/compute/docs/regions-zones
Expand Down
2 changes: 1 addition & 1 deletion addons/terraform-gcp/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: terraform-gcp
version: 1.0.2
version: 1.0.3
description: Kubernetes Terraform Controller Provider for Google Cloud Platform
url: https://github.com/oam-dev/terraform-controller

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ template: {
}

parameter: {
//+usage=The name of Terraform Provider for Tencent Cloud, default is `default`
name: *"tencent" | string
//+usage=The name of Terraform Provider for Tencent Cloud
name: string
//+usage=Get TENCENTCLOUD_SECRET_ID per this guide https://cloud.tencent.com/document/product/1213/67093
TENCENTCLOUD_SECRET_ID: string
//+usage=Get TENCENTCLOUD_SECRET_KEY per this guide https://cloud.tencent.com/document/product/1213/67093
Expand Down
2 changes: 1 addition & 1 deletion addons/terraform-tencent/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: terraform-tencent
version: 1.0.2
version: 1.0.3
description: Kubernetes Terraform Controller Provider for Tencent Cloud
url: https://github.com/oam-dev/terraform-controller

Expand Down
4 changes: 2 additions & 2 deletions addons/terraform-ucloud/config-templates/ucloud-provider.cue
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ template: {
}

parameter: {
//+usage=The name of Terraform Provider for Ucloud Cloud, default is `default`
name: *"ucloud" | string
//+usage=The name of Terraform Provider for Ucloud Cloud
name: string
//+usage=Get UCLOUD_PRIVATE_KEY per this guide https://docs.ucloud.cn/terraform/quickstart
UCLOUD_PRIVATE_KEY: string
//+usage=Get UCLOUD_PUBLIC_KEY per this guide https://docs.ucloud.cn/terraform/quickstart
Expand Down
2 changes: 1 addition & 1 deletion addons/terraform-ucloud/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: terraform-ucloud
version: 1.0.2
version: 1.0.3
description: Kubernetes Terraform Controller Provider for UCloud
url: https://github.com/oam-dev/terraform-controller

Expand Down

0 comments on commit 7ec299c

Please sign in to comment.