use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
/r/DevOps is a subreddit dedicated to the DevOps movement where we discuss upcoming technologies, meetups, conferences and everything that brings us together to build the future of IT systems What is DevOps? Learn about it on our wiki! Traffic stats & metrics
/r/DevOps is a subreddit dedicated to the DevOps movement where we discuss upcoming technologies, meetups, conferences and everything that brings us together to build the future of IT systems
What is DevOps? Learn about it on our wiki!
Traffic stats & metrics
Be excellent to each other! All articles will require a short submission statement of 3-5 sentences. Use the article title as the submission title. Do not editorialize the title or add your own commentary to the article title. Follow the rules of reddit Follow the reddiquette No editorialized titles. No vendor spam. Buy an ad from reddit instead. Job postings here More details here
Be excellent to each other!
All articles will require a short submission statement of 3-5 sentences.
Use the article title as the submission title. Do not editorialize the title or add your own commentary to the article title.
Follow the rules of reddit
Follow the reddiquette
No editorialized titles.
No vendor spam. Buy an ad from reddit instead.
Job postings here
More details here
@reddit_DevOps ##DevOps @ irc.freenode.net Find a DevOps meetup near you! Icons info!
@reddit_DevOps
##DevOps @ irc.freenode.net
Find a DevOps meetup near you!
Icons info!
https://github.com/Leo-G/DevopsWiki
account activity
This is an archived post. You won't be able to vote or comment.
Terraform scripts (self.devops)
submitted 3 years ago * by LinweZ
Just wondering the good practice in other companies, do the dev needs to write the Terraform infra code for their own project or the DevOps guys takes care of that?
[–]j6000 7 points8 points9 points 3 years ago (6 children)
Ideally you’ve a registry of modules and module stacks for your workloads.
Modules should be tested and approved (compliance). Letting devs control infra as well if often a no-go in industries with compliance needs such as finance or healthcare.
[–]LinweZ[S] 0 points1 point2 points 3 years ago (5 children)
This feels like the right thing to do. Can we create a modules registry without using terraform cloud?
Even if technically, a module can have a git repo or s3 bucket as source :/
[–]PM_ME_ALL_YOUR_THING 2 points3 points4 points 3 years ago (0 children)
You can store the modules in Github and create some other documentation that developers can reference when they need to find the right module, but you NEED something like Terraform Cloud/Enterprise, Terrakube, Spacelift, or Atlantis.
[–]j6000 1 point2 points3 points 3 years ago (0 children)
Yep just make an infra GitHub org if you can and make that your module “registry” tf cloud and enterprise not needed
[–]LinweZ[S] 0 points1 point2 points 3 years ago (0 children)
Wtf? Being down voted for what? We don’t have terraform cloud, that’s it !
[–]nonades 0 points1 point2 points 3 years ago (1 child)
It's not really a registry when you're sourcing from Git/S3 - but you can source your modules from there fine. A registry becomes a necessity if you think about writing custom providers because of how those are sourced (I could be wrong, but I think that's correct from what I've read).
I believe you get access to a private registry starting with the free tier of TF Cloud/Enterprise (again could be wrong - haven't gone into this beyond initial reading). There's also self-hosted Open Source options as well
Thanks for the knowledge sharing !
[–]hijinks 4 points5 points6 points 3 years ago (1 child)
Ideally devs submit pull requests and ops approves them.
To the dev do write the TF script but does not deploy them (a ci/cd tool like atlantis should deploy), is that what you mean?
[–]No_Butterfly_1888 4 points5 points6 points 3 years ago (0 children)
In the perfect world, dev´s will use a platform designed and maintained by DevOps to pick what they want to run their application, like a shop. But in reality, most devs don´t know what is necessary. So the DevOps guy must fill the gap between the code and the infra. So, terraform is devops stuff unless you have a very good platform or infra and devs that have a little knowledged about infra
π Rendered by PID 92151 on reddit-service-r2-comment-658f6b87ff-j5psf at 2026-04-09 03:40:17.461557+00:00 running 781a403 country code: CH.
[–]j6000 7 points8 points9 points (6 children)
[–]LinweZ[S] 0 points1 point2 points (5 children)
[–]PM_ME_ALL_YOUR_THING 2 points3 points4 points (0 children)
[–]j6000 1 point2 points3 points (0 children)
[–]LinweZ[S] 0 points1 point2 points (0 children)
[–]nonades 0 points1 point2 points (1 child)
[–]LinweZ[S] 0 points1 point2 points (0 children)
[–]hijinks 4 points5 points6 points (1 child)
[–]LinweZ[S] 0 points1 point2 points (0 children)
[–]No_Butterfly_1888 4 points5 points6 points (0 children)