cue files: #compute -> #up
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
committed by
Solomon Hykes
parent
8a4aa4d42b
commit
c16455249e
@@ -18,7 +18,7 @@ import (
|
||||
|
||||
// Re-usable aws-cli component
|
||||
#CLI: {
|
||||
#compute: [
|
||||
#up: [
|
||||
llb.#Load & {
|
||||
from: alpine.#Image & {
|
||||
package: bash: "=5.1.0-r0"
|
||||
|
@@ -46,7 +46,7 @@ import (
|
||||
|
||||
outputs: [string]: string
|
||||
|
||||
outputs: #compute: [
|
||||
outputs: #up: [
|
||||
llb.#Load & {
|
||||
from: aws.#CLI
|
||||
},
|
||||
|
@@ -21,7 +21,7 @@ import (
|
||||
kubeconfig: {
|
||||
dagger.#Secret
|
||||
|
||||
#compute: [
|
||||
#up: [
|
||||
llb.#Load & {
|
||||
from: aws.#CLI
|
||||
},
|
||||
|
Reference in New Issue
Block a user