diff --git a/ts/pulumi/lib/oci/oci_image.tmpl.ts b/ts/pulumi/lib/oci/oci_image.tmpl.ts index d441da2886..7c06416983 100644 --- a/ts/pulumi/lib/oci/oci_image.tmpl.ts +++ b/ts/pulumi/lib/oci/oci_image.tmpl.ts @@ -7,6 +7,7 @@ export interface Args { } export class __ClassName extends ComponentResource { + url: string = "TODO" // will fill once i've deployed for the first time constructor( name: string, args: Args,