This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/// <reference path="./.sst/platform/config.d.ts" /> | |
import { resolve as pathResolve } from "node:path"; | |
import { writeFileSync as fsWriteFileSync } from "node:fs"; | |
import { asset as pulumiAsset, all as pulumiAll } from "@pulumi/pulumi"; | |
// Specify HCLOUD_TOKEN and CLOUDFLARE_API_TOKEN before running | |
// Permissions for CLOUDFLARE_API_TOKEN: | |
// - Account Settings:Read | |
// - Zone Settings:Edit |