// *** WARNING: this file was generated by pulumi-language-nodejs. *** // *** Do not edit by hand unless you're certain you know what you are doing! *** import * as pulumi from "@pulumi/pulumi"; import * as utilities from "../utilities"; declare var exports: any; const __config = new pulumi.Config("timeweb-cloud"); /** * Secret API token from https://timeweb.cloud/my/api-keys */ export declare const token: string | undefined; Object.defineProperty(exports, "token", { get() { return __config.get("token"); }, enumerable: true, });