chore: remove importFrom calls

This commit is contained in:
2025-12-11 09:21:46 +05:00
parent faa5a74702
commit 9743cd3371
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ export class CoreServices extends TerraformStack {
metadata: {
name: namespace,
},
}).importFrom("homelab");
});
new TerraformOutput(this, "namespace-output", {
value: namespace,

View File

@@ -91,7 +91,7 @@ export class Netbird extends TerraformStack {
repository: "https://netbirdio.github.io/helms",
chart: "netbird",
values: [fs.readFileSync(path.join(__dirname, "values.yaml"), "utf8")],
}).importFrom("netbird/netbird");
});
new OnePasswordSecret(this, "netbird-setup-key", {
name: "netbird-setup-key",