diff --git a/docs/end-user/components/cloud-services/terraform/alibaba-rds.md b/docs/end-user/components/cloud-services/terraform/alibaba-rds.md index 9358958b..79c3f492 100644 --- a/docs/end-user/components/cloud-services/terraform/alibaba-rds.md +++ b/docs/end-user/components/cloud-services/terraform/alibaba-rds.md @@ -32,16 +32,14 @@ spec: Name | Description | Type | Required | Default ------------ | ------------- | ------------- | ------------- | ------------- - account_name | RDS instance user account name | string | false | - password | RDS instance account password | string | false | security_ips | List of IP addresses allowed to access all databases of an instance | list(any) | false | - privilege | The privilege of one account access database. | string | false | - sql_bucket_name | The bucket name of the SQL file. like `oss://example` | string | false | - instance_name | RDS instance name | string | false | - allocate_public_connection | Whether to allocate public connection for a RDS instance. | bool | false | database_name | Database name | string | false | - sql_file | The name of SQL file in the bucket, like `db.sql` | string | false | - sql_bucket_endpoint | The endpoint of the bucket. like `oss-cn-hangzhou.aliyuncs.com` | string | false | + privilege | The privilege of one account access database. | string | false | + vswitch_id | The vswitch id of the RDS instance. If set, the RDS instance will be created in VPC, or it will be created in classic network. | string | false | + instance_name | RDS instance name | string | false | + account_name | RDS instance user account name | string | false | + password | RDS instance account password | string | true | + allocate_public_connection | Whether to allocate public connection for a RDS instance. | bool | false | writeConnectionSecretToRef | The secret which the cloud resource connection will be written to | [writeConnectionSecretToRef](#writeConnectionSecretToRef) | false | @@ -59,12 +57,12 @@ If `writeConnectionSecretToRef` is set, a secret will be generated with these ke Name | Description ------------ | ------------- - RESOURCE_IDENTIFIER | The identifier of the resource - DB_PORT | RDS Instance Port - DB_HOST | RDS Instance Host - DB_PASSWORD | RDS Instance Password DB_PUBLIC_HOST | RDS Instance Public Host - DATABASE_NAME | RDS Database Name - DB_ID | RDS Instance ID DB_NAME | RDS Instance Name DB_USER | RDS Instance User + DB_HOST | RDS Instance Host + DB_PASSWORD | RDS Instance Password + RESOURCE_IDENTIFIER | The identifier of the resource + DB_ID | RDS Instance ID + DB_PORT | RDS Instance Port + DATABASE_NAME | RDS Database Name diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/end-user/components/cloud-services/terraform/alibaba-rds.md b/i18n/zh/docusaurus-plugin-content-docs/current/end-user/components/cloud-services/terraform/alibaba-rds.md index 5bab1bde..0d64a3ed 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/end-user/components/cloud-services/terraform/alibaba-rds.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/end-user/components/cloud-services/terraform/alibaba-rds.md @@ -32,16 +32,14 @@ spec: 名称 | 描述 | 类型 | 是否必须 | 默认值 ------------ | ------------- | ------------- | ------------- | ------------- - security_ips | List of IP addresses allowed to access all databases of an instance | list(any) | false | - privilege | The privilege of one account access database. | string | false | - sql_file | The name of SQL file in the bucket, like `db.sql` | string | false | - sql_bucket_name | The bucket name of the SQL file. like `oss://example` | string | false | - password | RDS instance account password | string | false | - account_name | RDS instance user account name | string | false | allocate_public_connection | Whether to allocate public connection for a RDS instance. | bool | false | + security_ips | List of IP addresses allowed to access all databases of an instance | list(any) | false | database_name | Database name | string | false | - sql_bucket_endpoint | The endpoint of the bucket. like `oss-cn-hangzhou.aliyuncs.com` | string | false | + privilege | The privilege of one account access database. | string | false | + vswitch_id | The vswitch id of the RDS instance. If set, the RDS instance will be created in VPC, or it will be created in classic network. | string | false | instance_name | RDS instance name | string | false | + account_name | RDS instance user account name | string | false | + password | RDS instance account password | string | true | writeConnectionSecretToRef | The secret which the cloud resource connection will be written to | [writeConnectionSecretToRef](#writeConnectionSecretToRef) | false | @@ -59,12 +57,12 @@ spec: 名称 | 描述 ------------ | ------------- - DB_USER | RDS Instance User + RESOURCE_IDENTIFIER | The identifier of the resource + DB_ID | RDS Instance ID + DB_NAME | RDS Instance Name DB_PASSWORD | RDS Instance Password DATABASE_NAME | RDS Database Name - RESOURCE_IDENTIFIER | The identifier of the resource - DB_NAME | RDS Instance Name + DB_USER | RDS Instance User DB_PORT | RDS Instance Port DB_HOST | RDS Instance Host DB_PUBLIC_HOST | RDS Instance Public Host - DB_ID | RDS Instance ID diff --git a/i18n/zh/docusaurus-plugin-content-docs/version-v1.2/end-user/components/cloud-services/terraform/alibaba-rds.md b/i18n/zh/docusaurus-plugin-content-docs/version-v1.2/end-user/components/cloud-services/terraform/alibaba-rds.md index 5bab1bde..0d64a3ed 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/version-v1.2/end-user/components/cloud-services/terraform/alibaba-rds.md +++ b/i18n/zh/docusaurus-plugin-content-docs/version-v1.2/end-user/components/cloud-services/terraform/alibaba-rds.md @@ -32,16 +32,14 @@ spec: 名称 | 描述 | 类型 | 是否必须 | 默认值 ------------ | ------------- | ------------- | ------------- | ------------- - security_ips | List of IP addresses allowed to access all databases of an instance | list(any) | false | - privilege | The privilege of one account access database. | string | false | - sql_file | The name of SQL file in the bucket, like `db.sql` | string | false | - sql_bucket_name | The bucket name of the SQL file. like `oss://example` | string | false | - password | RDS instance account password | string | false | - account_name | RDS instance user account name | string | false | allocate_public_connection | Whether to allocate public connection for a RDS instance. | bool | false | + security_ips | List of IP addresses allowed to access all databases of an instance | list(any) | false | database_name | Database name | string | false | - sql_bucket_endpoint | The endpoint of the bucket. like `oss-cn-hangzhou.aliyuncs.com` | string | false | + privilege | The privilege of one account access database. | string | false | + vswitch_id | The vswitch id of the RDS instance. If set, the RDS instance will be created in VPC, or it will be created in classic network. | string | false | instance_name | RDS instance name | string | false | + account_name | RDS instance user account name | string | false | + password | RDS instance account password | string | true | writeConnectionSecretToRef | The secret which the cloud resource connection will be written to | [writeConnectionSecretToRef](#writeConnectionSecretToRef) | false | @@ -59,12 +57,12 @@ spec: 名称 | 描述 ------------ | ------------- - DB_USER | RDS Instance User + RESOURCE_IDENTIFIER | The identifier of the resource + DB_ID | RDS Instance ID + DB_NAME | RDS Instance Name DB_PASSWORD | RDS Instance Password DATABASE_NAME | RDS Database Name - RESOURCE_IDENTIFIER | The identifier of the resource - DB_NAME | RDS Instance Name + DB_USER | RDS Instance User DB_PORT | RDS Instance Port DB_HOST | RDS Instance Host DB_PUBLIC_HOST | RDS Instance Public Host - DB_ID | RDS Instance ID diff --git a/versioned_docs/version-v1.2/end-user/components/cloud-services/terraform/alibaba-rds.md b/versioned_docs/version-v1.2/end-user/components/cloud-services/terraform/alibaba-rds.md index 9358958b..79c3f492 100644 --- a/versioned_docs/version-v1.2/end-user/components/cloud-services/terraform/alibaba-rds.md +++ b/versioned_docs/version-v1.2/end-user/components/cloud-services/terraform/alibaba-rds.md @@ -32,16 +32,14 @@ spec: Name | Description | Type | Required | Default ------------ | ------------- | ------------- | ------------- | ------------- - account_name | RDS instance user account name | string | false | - password | RDS instance account password | string | false | security_ips | List of IP addresses allowed to access all databases of an instance | list(any) | false | - privilege | The privilege of one account access database. | string | false | - sql_bucket_name | The bucket name of the SQL file. like `oss://example` | string | false | - instance_name | RDS instance name | string | false | - allocate_public_connection | Whether to allocate public connection for a RDS instance. | bool | false | database_name | Database name | string | false | - sql_file | The name of SQL file in the bucket, like `db.sql` | string | false | - sql_bucket_endpoint | The endpoint of the bucket. like `oss-cn-hangzhou.aliyuncs.com` | string | false | + privilege | The privilege of one account access database. | string | false | + vswitch_id | The vswitch id of the RDS instance. If set, the RDS instance will be created in VPC, or it will be created in classic network. | string | false | + instance_name | RDS instance name | string | false | + account_name | RDS instance user account name | string | false | + password | RDS instance account password | string | true | + allocate_public_connection | Whether to allocate public connection for a RDS instance. | bool | false | writeConnectionSecretToRef | The secret which the cloud resource connection will be written to | [writeConnectionSecretToRef](#writeConnectionSecretToRef) | false | @@ -59,12 +57,12 @@ If `writeConnectionSecretToRef` is set, a secret will be generated with these ke Name | Description ------------ | ------------- - RESOURCE_IDENTIFIER | The identifier of the resource - DB_PORT | RDS Instance Port - DB_HOST | RDS Instance Host - DB_PASSWORD | RDS Instance Password DB_PUBLIC_HOST | RDS Instance Public Host - DATABASE_NAME | RDS Database Name - DB_ID | RDS Instance ID DB_NAME | RDS Instance Name DB_USER | RDS Instance User + DB_HOST | RDS Instance Host + DB_PASSWORD | RDS Instance Password + RESOURCE_IDENTIFIER | The identifier of the resource + DB_ID | RDS Instance ID + DB_PORT | RDS Instance Port + DATABASE_NAME | RDS Database Name