dc865bf2be
Signed-off-by: Guillaume de Rouville <guillaume.derouville@gmail.com>
11 lines
189 B
CUE
11 lines
189 B
CUE
package main
|
|
|
|
import "encoding/json"
|
|
|
|
s3: #Deployment & {
|
|
description: "Name S3 Bucket"
|
|
}
|
|
|
|
// Template contains the marshalled value of the s3 template
|
|
template: json.Marshal(s3.template)
|