From bac36556819784859a3cf1862552be8fc8ca904b Mon Sep 17 00:00:00 2001 From: Thomas Neil James Shadwell Date: Thu, 26 Dec 2024 17:48:40 +0000 Subject: [PATCH] oci image: add param for image uploaded url. --- ts/pulumi/lib/oci/oci_image.tmpl.ts | 1 + 1 file changed, 1 insertion(+) 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,