add link to learn how to get access key (#293)
This commit is contained in:
parent
4557657f24
commit
bb4fb899b4
|
@ -216,7 +216,7 @@ please at least enable following addons to make sure KubeVela functioning well:
|
|||
|
||||
* Terraform Provider addon
|
||||
|
||||
Enable Terraform Alibaba Cloud Provider as below.
|
||||
Enable Terraform Alibaba Cloud Provider as below. Here is how to get [access key](https://help.aliyun.com/knowledge_detail/38738.html).
|
||||
|
||||
```shell
|
||||
vela addon enable terraform/provider-alibaba ALICLOUD_ACCESS_KEY=xxx ALICLOUD_SECRET_KEY=yyy ALICLOUD_SECURITY_TOKEN=zzz
|
||||
|
|
|
@ -213,7 +213,7 @@ KubeVela 支持一系列[开箱即用的插件](./platform-engineers/advanced-in
|
|||
|
||||
* Terraform Provider 插件
|
||||
|
||||
开启 Terraform 对阿里云的支持,请执行:
|
||||
开启 Terraform 对阿里云的支持,请执行(参考[如何获取 Access Key](https://help.aliyun.com/knowledge_detail/38738.html)):
|
||||
|
||||
```shell
|
||||
vela addon enable terraform/provider-alibaba ALICLOUD_ACCESS_KEY=xxx ALICLOUD_SECRET_KEY=yyy ALICLOUD_SECURITY_TOKEN=zzz
|
||||
|
|
|
@ -213,7 +213,7 @@ KubeVela 支持一系列[开箱即用的插件](./platform-engineers/advanced-in
|
|||
|
||||
* Terraform Provider 插件
|
||||
|
||||
开启 Terraform 对阿里云的支持,请执行:
|
||||
开启 Terraform 对阿里云的支持,请执行(参考[如何获取 Access Key](https://help.aliyun.com/knowledge_detail/38738.html)):
|
||||
|
||||
```shell
|
||||
vela addon enable terraform/provider-alibaba ALICLOUD_ACCESS_KEY=xxx ALICLOUD_SECRET_KEY=yyy ALICLOUD_SECURITY_TOKEN=zzz
|
||||
|
|
|
@ -216,7 +216,7 @@ please at least enable following addons to make sure KubeVela functioning well:
|
|||
|
||||
* Terraform Provider addon
|
||||
|
||||
Enable Terraform Alibaba Cloud Provider as below.
|
||||
Enable Terraform Alibaba Cloud Provider as below. Here is how to get [access key](https://help.aliyun.com/knowledge_detail/38738.html).
|
||||
|
||||
```shell
|
||||
vela addon enable terraform/provider-alibaba ALICLOUD_ACCESS_KEY=xxx ALICLOUD_SECRET_KEY=yyy ALICLOUD_SECURITY_TOKEN=zzz
|
||||
|
|
Loading…
Reference in New Issue