stdlib/aws: don't cache cloudformation
Signed-off-by: Sam Alba <sam.alba@gmail.com>
This commit is contained in:
parent
d320916e9f
commit
c06f2aa55e
@ -60,6 +60,7 @@ import (
|
||||
}
|
||||
},
|
||||
op.#Exec & {
|
||||
always: true
|
||||
args: [
|
||||
"/bin/bash",
|
||||
"--noprofile",
|
||||
|
@ -19,6 +19,10 @@ 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
|
||||
|
||||
files: {
|
||||
"/inputs/listenerArn": listenerArn
|
||||
if vhost != _|_ {
|
||||
|
Reference in New Issue
Block a user