diff --git a/docs/docs/055-platforms/awscdk.md b/docs/docs/055-platforms/01-awscdk.md similarity index 100% rename from docs/docs/055-platforms/awscdk.md rename to docs/docs/055-platforms/01-awscdk.md diff --git a/docs/docs/055-platforms/sim.md b/docs/docs/055-platforms/02-sim.md similarity index 100% rename from docs/docs/055-platforms/sim.md rename to docs/docs/055-platforms/02-sim.md diff --git a/docs/docs/055-platforms/tf-aws.md b/docs/docs/055-platforms/03-tf-aws.md similarity index 100% rename from docs/docs/055-platforms/tf-aws.md rename to docs/docs/055-platforms/03-tf-aws.md diff --git a/docs/docs/055-platforms/tf-azure.md b/docs/docs/055-platforms/04-tf-azure.md similarity index 100% rename from docs/docs/055-platforms/tf-azure.md rename to docs/docs/055-platforms/04-tf-azure.md diff --git a/docs/docs/055-platforms/tf-gcp.md b/docs/docs/055-platforms/05-tf-gcp.md similarity index 100% rename from docs/docs/055-platforms/tf-gcp.md rename to docs/docs/055-platforms/05-tf-gcp.md diff --git a/docs/docs/055-platforms/06-all-platforms.md b/docs/docs/055-platforms/06-all-platforms.md new file mode 100644 index 00000000000..642da433bcb --- /dev/null +++ b/docs/docs/055-platforms/06-all-platforms.md @@ -0,0 +1,28 @@ +--- +title: Wing Platforms +id: all-platforms +sidebar_label: List of platforms +description: List of platforms that for Wing +keywords: [Wing reference, Wing language, language, Wing language spec, Wing programming language, cli, terraform, tf-gcp, gcp, google cloud platform, platform] +--- + +List of platforms that are supported by Wing. + +## Native platforms + +Platforms that are native to Wing and part of the [Wing CLI](/docs/tools/cli). + +| Platform | Cloud provider | Description +| -------- | ------- | ------- +| [sim](/docs/platforms/sim) | Local simulation | A simple localhost implementation of all the resources of the [Wing Cloud Library](/docs/category/cloud) | +| [tf-aws](/docs/platforms/tf-aws) (Terraform) | AWS | Compiles your program for [Terraform](https://www.terraform.io/) and run on [AWS](https://aws.amazon.com/) | +| [tf-azure](/docs/platforms/tf-azure) (Terraform) | Microsoft Azure | Compiles your program for [Terraform](https://www.terraform.io/) and run on [Azure](https://azure.microsoft.com/) | +| [tf-gcp](/docs/platforms/tf-azure) (Terraform) | Google Cloud (GCP) | Compiles your program for [Terraform](https://www.terraform.io/) and run on [Google Cloud](https://cloud.google.com/) | + +## External platforms + +Platforms that are external to Wing and require installation. + +| Platform | Cloud provider | Description +| -------- | ------- | ------- +| [awscdk](/docs/platforms/awscdk) (CDK) | AWS | Compiles your program for the [AWS CDK](https://aws.amazon.com/cdk/) and deployed through the [CDK CLI](https://docs.aws.amazon.com/cdk/v2/guide/cli.html) (and AWS CloudFormation).| \ No newline at end of file