#universe.dagger.io

1 messages · Page 1 of 1 (latest)

graceful trout
#

Hi @mighty mason , I'm assuming you're talking about the universe of CUE packages in Dagger 0.2, right?

mighty mason
#

@graceful trout ah yes, thank you!

#

Are there any plans for Terraform packages?

graceful trout
mighty mason
#

So x are community packages?

graceful trout
#

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

mighty mason
#

Import would then be like this?

import (
    "universe.dagger.io/x/ezequiel@focubierta.com/terraform"
)
graceful trout
#

yes 👍

icy hill
#

@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"
)
icy hill
#

@graceful trout has the source code for universe been moved out of the main dagger repo? no longer see the /pkg folder in the main branch where the source code used to be

#

@mighty mason that is the one