#universe.dagger.io
1 messages · Page 1 of 1 (latest)
Hi @mighty mason , I'm assuming you're talking about the universe of CUE packages in Dagger 0.2, right?
Assuming that's what you mean, you can find the list here: https://github.com/dagger/dagger/tree/v0.2.x/pkg/universe.dagger.io
There's a community package: https://github.com/dagger/dagger/tree/v0.2.x/pkg/universe.dagger.io/x/ezequiel%40foncubierta.com/terraform
So x are community packages?
Yes "x" is for experimental: contributed by the community, then eventually promoted to official
x/ packages are not guaranteed to work but we do review the PRs for safety
I think terraform is one of the more stable ones, I believe we discussed moving it to official soon
It's maintained by @icy hill if you have any questions. Given his willingness to help out on a best effort basis (much appreciated!) I think we can actually go ahead and make it official
Import would then be like this?
import (
"universe.dagger.io/x/ezequiel@focubierta.com/terraform"
)
yes 👍
@mighty mason I have been contributing to the alpha package, I would suggest using that over a user specific package as these are no longer updated :
import (
"universe.dagger.io/alpha/terraform"
)