pulumi / pulumi-yaml

YAML language provider for Pulumi
Apache License 2.0
38 stars 11 forks source link

Fix module.cue in test so it can work with cue v0.9.0 #589

Closed justinvp closed 1 month ago

justinvp commented 1 month ago

cue v0.9.0 was just released a couple days ago and now requires a version to be specified in module.cue. To fix, I ran cue mod fix per the v0.9.0 release notes: https://github.com/cue-lang/cue/releases/tag/v0.9.0

Fixes https://github.com/pulumi/pulumi-yaml/issues/588