stdlib: fixed deprecation error in cloudformation.cue

Signed-off-by: Sam Alba <sam.alba@gmail.com>
This commit is contained in:
Sam Alba 2021-03-17 15:30:14 -07:00
parent 5900ec24ec
commit d282180ae6

View File

@ -45,9 +45,9 @@ import (
} }
} }
outputs: { outputs: [string]: string
[string]: string
outputs: {
#compute: [ #compute: [
llb.#Load & { llb.#Load & {
from: alpine.#Image & { from: alpine.#Image & {