We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3545483 commit dc2a1ceCopy full SHA for dc2a1ce
index.ts
@@ -820,7 +820,7 @@ export interface DefangServiceArgs {
820
/** the platform to deploy to; defaults to "linux/amd64" */
821
platform?: pulumi.Input<Platform>;
822
/** which network the service is in, ie. whether the service requires a public IP or not; defaults to "private" (was: internal=true) */
823
- networks?: Record<NetworkName, Network>;
+ networks?: { [key in NetworkName]?: Network };
824
/** the optional deployment configuration */
825
deploy?: pulumi.Input<Deploy>;
826
/** the ports to expose */
0 commit comments