Skip to main content

Terraform/Azure

The tf-azure platform compiles your program for Terraform and run on Azure.

Usage

$ export AZURE_LOCATION="East US"
$ wing compile [entrypoint] --platform tf-azure

Parameters

The environment variable AZURE_LOCATION is required and indicates the deployment location of your stack.

Output

The output includes both a Terraform configuration file (under target/cdktf.out/stacks/root) and JavaScript bundles that include inflight code that executes on compute platform such as Azure Functions.