improvements

cleans package.json, update binary download URL, etc
This commit is contained in:
2025-04-25 19:22:29 -04:00
parent 9fe19d2cc2
commit 908889d9af
16 changed files with 82 additions and 253 deletions

View File

@@ -88,8 +88,6 @@ export class NetworkLoadBalancer extends pulumi.CustomResource {
resourceInputs["remote"] = args ? args.remote : undefined;
}
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
const aliasOpts = { aliases: [{ type: "incus:index/networkLb:NetworkLb" }] };
opts = pulumi.mergeOptions(opts, aliasOpts);
super(NetworkLoadBalancer.__pulumiType, name, resourceInputs, opts);
}
}