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-dnsimplerepo; however, if that doesn’t turn up anything, please consult the sourceterraform-providers/terraform-provider-dnsimplerepo.
APIs
APIs
let account
let account: string | undefined = __config.get("account") || (utilities.getEnv("DNSIMPLE_ACCOUNT") || "");The account for API operations.
let token
let token: string | undefined = __config.get("token") || (utilities.getEnv("DNSIMPLE_TOKEN") || "");The API v2 token for API operations.