Module config

This provider is a derived work of the Terraform Provider distributed under MPL 2.0. If you encounter a bug or missing feature, first check the pulumi/pulumi-fastly repo; however, if that doesn’t turn up anything, please consult the source terraform-providers/terraform-provider-fastly repo.

APIs

APIs

let apiKey

let apiKey: string | undefined =  __config.get("apiKey") || utilities.getEnv("FASTLY_API_KEY");

Fastly API Key from https://app.fastly.com/#account

let baseUrl

let baseUrl: string | undefined =  __config.get("baseUrl") || (utilities.getEnv("FASTLY_API_URL") || "https://api.fastly.com");

Fastly API URL