-
Notifications
You must be signed in to change notification settings - Fork 176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Content Library support? #50
Comments
No It doesn't, I am looking to add it in feature release |
Please do a PR with Content library. we will review and approve it. It is a welcome feature. Thanks 👍 |
FYI i've added this in #73 |
I'm testing a new build using the content library support, however, I'm getting the following error when running terraform plan:
Is there an updated example that shows the correct usage of the content_library option? |
Hi @ralphbrynard , Just hit the same issue than you did.
And i added the variables within my module block definition as:
I got the VM created after that. Hope it will help. #workaround |
Hi @Zwordi, Tested this myself and this works. I'd suggest submitting a PR with this change as it's fairly minor. I'm also happy to submit and can include examples as well if needed. |
Hello, ultimately, I didn't need any changes to create a VM from a content library an example: module "vm" { |
Hi All,
I've been using this for a while and it's great, and now we're looking to move our templates into a content library. Does this support content libraries? I couldn't find any reference to it in the code.
The text was updated successfully, but these errors were encountered: