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-datadogrepo; however, if that doesn’t turn up anything, please consult the sourceterraform-providers/terraform-provider-datadogrepo.
APIs
APIs
let apiKey
let apiKey: string | undefined = __config.get("apiKey") || utilities.getEnv("DATADOG_API_KEY");let apiUrl
let apiUrl: string | undefined = __config.get("apiUrl") || utilities.getEnv("DATADOG_HOST");let appKey
let appKey: string | undefined = __config.get("appKey") || utilities.getEnv("DATADOG_APP_KEY");