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-fastlyrepo; however, if that doesn’t turn up anything, please consult the sourceterraform-providers/terraform-provider-fastlyrepo.
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