summaryrefslogtreecommitdiffhomepage
path: root/infra
diff options
context:
space:
mode:
Diffstat (limited to 'infra')
-rw-r--r--infra/enterprise.ts16
1 files changed, 0 insertions, 16 deletions
diff --git a/infra/enterprise.ts b/infra/enterprise.ts
index 677c8e412..71acf20b3 100644
--- a/infra/enterprise.ts
+++ b/infra/enterprise.ts
@@ -1,22 +1,6 @@
import { domain } from "./stage"
const storage = new sst.cloudflare.Bucket("EnterpriseStorage")
-const token = new cloudflare.ApiToken("EnterpriseStorageToken", {
- name: `${$app.name}-${$app.stage}-enterprise-storage`,
- policies: [
- {
- effect: "allow",
- resources: {
- "com.cloudflare.api.account.*": "*",
- },
- permissionGroups: [
- {
- id: "c8d07a38f1654800b34e33e59b4e8f41",
- },
- ],
- },
- ],
-})
const enterprise = new sst.cloudflare.x.SolidStart("Enterprise", {
domain: "enterprise." + domain,