From 3a195afa31b50b4f4922f071efbb5b76de77a84a Mon Sep 17 00:00:00 2001 From: Sam Alba Date: Thu, 15 Apr 2021 12:12:01 -0700 Subject: [PATCH] stdlib/aws/elb: RulePriority compute can now safely bypass the cache Signed-off-by: Sam Alba --- stdlib/aws/elb/elb.cue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/stdlib/aws/elb/elb.cue b/stdlib/aws/elb/elb.cue index c5077065..cd6a0851 100644 --- a/stdlib/aws/elb/elb.cue +++ b/stdlib/aws/elb/elb.cue @@ -19,9 +19,7 @@ import ( out: string aws.#Script & { - // FIXME: we should not rely on the cache for this but it's being - // executed several times if enabled: https://github.com/dagger/dagger/issues/42 - // always: true + always: true files: { "/inputs/listenerArn": listenerArn