@@ -20,7 +20,9 @@ import (
|
||||
stackName: string @dagger(input)
|
||||
|
||||
// Stack parameters
|
||||
parameters: [string]: _ @dagger(input)
|
||||
parameters: {
|
||||
...
|
||||
}
|
||||
|
||||
// Behavior when failure to create/update the Stack
|
||||
onFailure: *"DO_NOTHING" | "ROLLBACK" | "DELETE" @dagger(input)
|
||||
@@ -44,7 +46,9 @@ import (
|
||||
}
|
||||
}
|
||||
|
||||
outputs: [string]: string @dagger(output)
|
||||
outputs: {
|
||||
[string]: string @dagger(output)
|
||||
}
|
||||
|
||||
outputs: #up: [
|
||||
op.#Load & {
|
||||
|
@@ -17,7 +17,9 @@ import (
|
||||
taskArn: string @dagger(input)
|
||||
|
||||
// Environment variables of the task
|
||||
containerEnvironment: [string]: string @dagger(input)
|
||||
containerEnvironment: {
|
||||
[string]: string @dagger(input)
|
||||
}
|
||||
|
||||
// Container name
|
||||
containerName: string @dagger(input)
|
||||
|
@@ -19,7 +19,7 @@ import (
|
||||
// kubeconfig is the generated kube configuration file
|
||||
kubeconfig: {
|
||||
// FIXME There is a problem with dagger.#Secret type
|
||||
string @dagger(output)
|
||||
string
|
||||
|
||||
#up: [
|
||||
op.#Load & {
|
||||
@@ -62,5 +62,5 @@ import (
|
||||
format: "string"
|
||||
},
|
||||
]
|
||||
}
|
||||
} @dagger(output)
|
||||
}
|
||||
|
Reference in New Issue
Block a user