examples/simple-s3: added comment for input description

Signed-off-by: Sam Alba <sam.alba@gmail.com>
This commit is contained in:
Sam Alba 2021-05-24 18:56:41 -07:00
parent 16553b2e2a
commit b181300930

View File

@ -14,6 +14,7 @@ awsConfig: aws.#Config & {
// Name of the S3 bucket to use
bucket: *"dagger-io-examples" | string @dagger(input)
// Source code to deploy
source: dagger.#Artifact @dagger(input)
url: "\(deploy.url)index.html"