cuemata/examples/time/main.cue
Hoang Nguyen 0041771955
Initial commit
There is nothing here yet, just boilerplate code -_-
2023-12-10 00:00:00 +07:00

16 lines
344 B
CUE

// SPDX-FileCopyrightText: 2023 Hoang Nguyen <folliekazetani@protonmail.com>
//
// SPDX-License-Identifier: Apache-2.0
package main
import (
"gitlab.com/FollieHiyuki/cuelumi/providers/pulumi"
)
name: pulumi.#Name & "cuelumi-examples"
runtime: pulumi.#Runtime & "yaml"
description: pulumi.#Description & "Example Pulumi project using CUE"