From 743bd9ec63df148d2c1d8df5bc217820150faa59 Mon Sep 17 00:00:00 2001 From: naonao2323 <74669884+naonao2323@users.noreply.github.com> Date: Wed, 1 Nov 2023 13:19:15 +0900 Subject: [PATCH] Update configuration-reference.md (#4645) Signed-off-by: naonao2323 --- .../user-guide/managing-piped/configuration-reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/en/docs-dev/user-guide/managing-piped/configuration-reference.md b/docs/content/en/docs-dev/user-guide/managing-piped/configuration-reference.md index e0308533b0..2a1055d482 100644 --- a/docs/content/en/docs-dev/user-guide/managing-piped/configuration-reference.md +++ b/docs/content/en/docs-dev/user-guide/managing-piped/configuration-reference.md @@ -89,7 +89,7 @@ This field is deprecated, please use [PlatformProvider](#platformprovider) inste | Field | Type | Description | Required | |-|-|-|-| | name | string | The name of the platform provider. | Yes | -| type | string | The platform provider type. Must be one of the following values:
`KUBERNETES`, `TERRAFORM`, `CLOUDRUN`, `LAMBDA`. | Yes | +| type | string | The platform provider type. Must be one of the following values:
`KUBERNETES`, `TERRAFORM`, `ECS`, `CLOUDRUN`, `LAMBDA`. | Yes | | config | [PlatformProviderConfig](#platformproviderconfig) | Specific configuration for the specified type of platform provider. | No | ## PlatformProviderConfig