From d282180ae61b54b061f147732116a6cc3f7c2b27 Mon Sep 17 00:00:00 2001 From: Sam Alba Date: Wed, 17 Mar 2021 15:30:14 -0700 Subject: [PATCH] stdlib: fixed deprecation error in cloudformation.cue Signed-off-by: Sam Alba --- stdlib/aws/cloudformation/cloudformation.cue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stdlib/aws/cloudformation/cloudformation.cue b/stdlib/aws/cloudformation/cloudformation.cue index b27a38c7..39e1f6bb 100644 --- a/stdlib/aws/cloudformation/cloudformation.cue +++ b/stdlib/aws/cloudformation/cloudformation.cue @@ -45,9 +45,9 @@ import ( } } - outputs: { - [string]: string + outputs: [string]: string + outputs: { #compute: [ llb.#Load & { from: alpine.#Image & {