diff --git a/docs/install.mdx b/docs/install.mdx index f2feea87..03baab7e 100644 --- a/docs/install.mdx +++ b/docs/install.mdx @@ -209,6 +209,11 @@ please at least enable following addons to make sure KubeVela functioning well: vela addon enable fluxcd ``` +* Terraform addon + ```shell + vela addon enable terraform + ``` + * Terraform Provider addon Enable Terraform Alibaba Cloud Provider as below. diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/install.mdx b/i18n/zh/docusaurus-plugin-content-docs/current/install.mdx index 384d9c6c..85c10996 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/install.mdx +++ b/i18n/zh/docusaurus-plugin-content-docs/current/install.mdx @@ -206,6 +206,11 @@ KubeVela 支持一系列[开箱即用的插件](./platform-engineers/advanced-in vela addon enable fluxcd ``` +* Terraform 插件 + ```shell + vela addon enable terraform + ``` + * Terraform Provider 插件 开启 Terraform 对阿里云的支持,请执行: diff --git a/i18n/zh/docusaurus-plugin-content-docs/version-v1.1/install.mdx b/i18n/zh/docusaurus-plugin-content-docs/version-v1.1/install.mdx index 384d9c6c..85c10996 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/version-v1.1/install.mdx +++ b/i18n/zh/docusaurus-plugin-content-docs/version-v1.1/install.mdx @@ -206,6 +206,11 @@ KubeVela 支持一系列[开箱即用的插件](./platform-engineers/advanced-in vela addon enable fluxcd ``` +* Terraform 插件 + ```shell + vela addon enable terraform + ``` + * Terraform Provider 插件 开启 Terraform 对阿里云的支持,请执行: diff --git a/versioned_docs/version-v1.1/install.mdx b/versioned_docs/version-v1.1/install.mdx index f2feea87..03baab7e 100644 --- a/versioned_docs/version-v1.1/install.mdx +++ b/versioned_docs/version-v1.1/install.mdx @@ -209,6 +209,11 @@ please at least enable following addons to make sure KubeVela functioning well: vela addon enable fluxcd ``` +* Terraform addon + ```shell + vela addon enable terraform + ``` + * Terraform Provider addon Enable Terraform Alibaba Cloud Provider as below.