Great introduction to Terraform with Proxmox, thanks!
@Tech-TheLazyAutomator3 күн бұрын
Thank you! I'm glad you found the introduction to Terraform with Proxmox helpful. If you have any questions or topics, you'd like me to cover in more detail, feel free to let me know!
@rob2805 күн бұрын
Outstanding video, good information and very professional presentation. This is the first one of your video's I have seen, will definitely look for more.
@Tech-TheLazyAutomator3 күн бұрын
Thank you so much for the fantastic feedback! I'm glad you enjoyed the video and found the presentation professional. It's great to hear this is your first video of mine, and I'm excited to have you as part of the community. Be sure to check out more, and feel free to share any topics you'd like to see covered!
@fossdom55685 күн бұрын
Great stuff . Can you do 2FAuth self hosted
@Tech-TheLazyAutomator3 күн бұрын
Thank you so much! I'm glad you enjoyed the content. I actually have plans to cover self-hosted 2FAuth in a future video, so stay tuned for that. Let me know if there’s anything specific, you’d like me to address in that video!
@philbos62323 күн бұрын
Great video! I haven’t checked you other videos yet, but is it your own voice? And what do you use to b-roll over the digital screenshot of Proxmox? What screenrecorder software do you use?
@Tech-TheLazyAutomator2 күн бұрын
Thank you for the kind words! 😊 I’m glad you enjoyed the video. The voice you hear is generated using text-to-speech, and the screenshots are taken directly from screen recordings. I’ve edited and arranged them in a way to make the content more engaging and visually appealing. Thanks again for watching, and I’d love to hear your thoughts if you check out more videos on the channel!
@RussellStreitenberger4 күн бұрын
Outstanding video. I'd like clarity on the creation of the clone your using. Can you provide a link? However, I know this wasn't the goal of the video. Video was great. I've shared the video with others!
@Tech-TheLazyAutomator3 күн бұрын
Thank you so much for the great feedback! I'm glad you enjoyed the video. Regarding the clone I'm using, I actually cover the creation of it in this video: kzbin.info/www/bejne/garQeopuid-dlas. While that wasn't the focus of this video, I hope that helps! I really appreciate you sharing the video with others - it means a lot. Stay tuned for more, and feel free to reach out if you have any more questions!
@RussellStreitenberger4 күн бұрын
How do you define the hostname when deploying from a template? Wouldn't that require cloud-init?
@Tech-TheLazyAutomator3 күн бұрын
Great question! In this video, the focus is on Terraform using a QEMU VM, and the hostname and IP configuration are handled directly from the VM, outside the scope of this tutorial. I’m planning to create a new video that covers cloud-init, which would address these configurations in more detail. The goal here is to keep the setup simpler for terraform beginners, but I’ll definitely will cloud-init in the future to make this setup complete.
@BigFourHead4 күн бұрын
why are you using docker terraform and just not terraform on the host?
@Tech-TheLazyAutomator3 күн бұрын
Great question! The reason I'm using Docker with Terraform is to create a more isolated and reproducible environment. Docker allows me to manage dependencies more easily and ensure that the setup works consistently across different systems. Using Terraform directly on the host is also an option, but by containerizing it, I can avoid potential conflicts with the host system and make the process more portable.
@BigFourHead3 күн бұрын
would this method method be used in company production setup? as someone trying to learn terraform, trying to understand how real world setup are done.
@michalrybinski32333 күн бұрын
@@BigFourHead Most real world set-ups I worked on use gitlab/github/whatever automation workflows for such things, or Terrafom Cloud workspaces to deploy terraform resources into Cloud or on-prem. Doing it pretty much manually as shown in this video is good for homelab but even then, I'd suggest setting up internal gitlab server and using its CI pipelines to deploy terraform code.
@Tech-TheLazyAutomator2 күн бұрын
Great question! In this video, the focus was on getting started with Terraform in a straightforward and accessible way. The setup is intentionally simplified to help beginners get hands-on experience. In real-world production setups, the approach can vary based on the organization’s requirements and infrastructure. Many companies indeed use CI/CD pipelines (via platforms like GitLab, GitHub Actions, or Jenkins) or tools like Terraform Cloud to automate deployments, as @michalrybinski3233 rightly pointed out. That said, I have plans for more detailed videos where I’ll simulate production-like environments in a homelab, incorporating tools and workflows commonly used in real-world setups. Stay tuned for those! Thanks for your interest, and I hope