How do we get the ELF binary for the terraform ops_images if we're using a package for the binary? #1595
Unanswered
radiosilence
asked this question in
Q&A
Replies: 1 comment 1 reply
-
a lot of people don't really need terraform (instead just using 'image create' and 'instance create') can usually suffice, but some people want it so it fits in with their other terraform there does appear to be some package support available though: https://github.com/nanovms/terraform-provider-ops/tree/master/examples/package (although it might need to be updated for namespaces) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So the situation would be, our application is simply a
config.json
and some other files, that relies upon a package to provide the binary.ops_images requires a key of name= which seems to be a binary it looks for, but this of course isn't there as the binary itself is in the package, not our directory.
Beta Was this translation helpful? Give feedback.
All reactions