stdlib: adapted lib to new input spec

Signed-off-by: Sam Alba <sam.alba@gmail.com>
This commit is contained in:
Sam Alba
2021-05-18 21:37:34 -07:00
parent a369c7a1ba
commit 85cc9abb93
3 changed files with 13 additions and 10 deletions

View File

@@ -9,11 +9,11 @@ import (
// Base AWS Config
#Config: {
// AWS region
region: string
region: string @dagger(input)
// AWS access key
accessKey: dagger.#Secret
accessKey: dagger.#Secret @dagger(input)
// AWS secret key
secretKey: dagger.#Secret
secretKey: dagger.#Secret @dagger(input)
}
// Re-usable aws-cli component