Skip to content
This repository was archived by the owner on Oct 21, 2024. It is now read-only.

Commit 1507299

Browse files
committedFeb 13, 2024
move secret
1 parent cf89447 commit 1507299

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed
 

‎pkg/platform/src/components/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
export * as aws from "./aws";
22
export * as cloudflare from "./cloudflare";
3+
export * from "./secret";

‎pkg/platform/src/components/aws/secret.ts ‎pkg/platform/src/components/secret.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
import { VisibleError } from "../error";
1+
import { VisibleError } from "./error";
22
import { output, secret } from "@pulumi/pulumi";
3-
import { Link } from "../link";
4-
import { Component } from "../component";
3+
import { Link } from "./link";
4+
import { Component } from "./component";
55

66
export class SecretMissingError extends VisibleError {
77
constructor(public readonly secretName: string) {

0 commit comments

Comments
 (0)