Masthash

#terraform

Johan S 🌀
8 hours ago

I've been using #Terraform for a year now, and it still feels amazingly cool to get things done with it.

Günter :mildpanic:
16 hours ago

From my #mastoadmin series - #convocasa behind the scenes - server edition:

We run on 11 VMs. 3x Elasticsearch + Redis + HAproxy, 2x Postgres DB, 2x Frontends (Docker), 2x Streaming (Docker), 2x Sidekiq Workers (Docker)

All services are failoverable. I use Route53 health-DNS as overarching HA.

#Cloudflare for caching and edge protection.

All in code and fully automated via #ansible, #terraform and #jenkins with regular automated updates (and ofc backups).

#wasabi as media storage.

Jonathan Matthews
17 hours ago

“Using Cueniform” has evolved a fair bit over the past few hours.
Well, the “create Terraform configurations in CUE” doc that it /links/ to has got better!

Do let me know what you think :-) https://cueniform.com

#Terraform #IaC #CUE #cuelang #Cueniform

Jonathan Matthews
21 hours ago

I just published a very *very* early version of the "Using Cueniform" repo, which shows off a couple of ways to have a better Terraform experience, using CUE! https://github.com/cueniform/using-cueniform
#Terraform #IaC #CUE #cuelang #Cueniform

Jobs for Developers
1 day ago
Jeremiah Lee
2 days ago

Another example: If I go to create a new GCE instance in the GCP console, the Terraform it generates does not include any of the IPv6 configuration. It's included in the command line and REST equivalent code, but not the Terraform. Whhyyy??

#GCP #IPv6 #Terraform #rant

Jeremiah Lee
2 days ago

If you want to be able to reserve IPv6 addresses on GCP with Terraform, please gimme a 👍.

https://github.com/hashicorp/terraform-provider-google/issues/14748

#GCP #Terraform #IPv6

DevOps Weekly
3 days ago
Rick Donato
4 days ago

Here's a great newsletter around all things Terraform - https://www.weekly.tf/subscribe #networkautomation #terraform

Ariel Richtman
4 days ago

#Terraform tip - you can configure a central cache to reduce downloads and save disk space!

https://developer.hashicorp.com/terraform/cli/config/config-file#provider-plugin-cache

#Terragrunt #IaC

Jonathan Matthews
4 days ago

A #Terraform #IaC #ConfigMgmt straw poll for you:

I need to inject some kind of side-effect-free marker into some (many!) TF config expressions/interpolations.

All 4 of the following 1-line options work, with no performance difference between them.

Please help me by selecting any/all that, if you saw them in a (.tf.json) config, you feel *wouldn't* confuse or annoy you ...

Unni P
5 days ago

Completed KodeKloud Quizathon!
It's a beginner to medium-level quiz covering 10 questions from Linux, Terraform, Docker, and Kubernetes.
Sign up here: https://kodekloud.com/courses/kodekloud-quizathon/
#kodekloud #devops #linux #docker #terraform #kubernetes

Jonathan Matthews
6 days ago

A #Terraform/English language conundrum for you: what’s the single word or phrase that lumps Terraform resources and data-sources together? They often come in matched pairs, but I don’t just mean the word “pair” - I mean the collective noun (but not /really/) that includes resources and data sources, but excludes other parts of a Terraform configuration … 🤔🤔🤔

InfoQ
1 week ago

#CaseStudy – find out how AirBnb engineers could migrate their iOS CI infrastructure to AWS to increase flexibility, consistency, and efficiency.

More details on #InfoQ: https://bit.ly/3OpQVjY

#AWS #Terraform #ContinuousIntegration #iOS #Mobile #CloudComputing

Ariel Richtman
1 week ago

#Terraform wizards, is there any way to work with a potentially existing #AWS Route53 DNS record?

I'm authoring a module and I'd like it to not clobber or clash with any existing TXT records at the domain apex 😇

I was thinking a data block 🧱 for aws_route53_record and then use distinct() to merge the records but I don't think you can data block route53 records...

#IaC #DNS

Missing resource: https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/aws_route53_record

Ariel Richtman
1 week ago

Anyone used like a data description language or similar to generate JSON for #Terraform?

I tried #Terranix but it seems a bit fiddly? Maybe there's an opinionated framework but it felt like I'd have to model every resource in functions before it would even be usable...

#Terragrunt #IaC #Cloud #AWS #HCL

I just saw the changes to Terraform Cloud pricing and it's really really bad. They shifted to a new model where they charge you hourly for the resources you manage. So if you control a bunch of AWS IAM Roles you now have an hourly fee for them.

It doesn't matter if you have one apply a month, you're still paying for 720 hours for each resource in that workspace.

#terraform #hashicorp

For @fedora users of the following COPRs:

- mroche/golang-test
- mroche/cloud-native-utilities

With Fedora 36 now EOL, I will stop building against the platform. Please migrate to Fedora 37 or Fedora 38 for continued releases and support!

#fedora #eol #copr #golang #cloudnative #terraform #packer #buildpack #knative #tektoncd #helm #flyctl

Tim Kellogg
1 week ago

i've reached a big brain fleeting moment where i think #terraform is actually kinda badass

Jobs for Developers
2 weeks ago
ReleaseTEAM, Inc
2 weeks ago

Good news for DevOps teams that provision Dell PowerStore storage: it now supports integration with #OpenSource frameworks #Ansible and #Terraform. Read about it here: https://www.networkworld.com/article/3696269/dell-pushes-security-devops-integration-in-storage-updates.html

Elendol
2 weeks ago

We can build #docker images with Hashicorp's #Packer.

We can use Dockerfile with Hashicorp's #Terraform for #AWS lambda finctions.

From the documentation / examples is possible to use Packer built AMI with Terraform.

Is it possible to write image with Packer and use them with Terraform for lambda functions?

It seems like it should be possible and that it would be a neat example of using both tools, but a rapid search didn't yield any thing close to it.

Jobs for Developers
2 weeks ago

Qonto is hiring Senior Software Engineer (Developer Experience) friendly

🔧 #golang #aws #docker #kubernetes #terraform #seniorengineer
🌎 Remote; Paris, France
⏰ Full-time
💰 $90k - $230k (Estimate)
🏢 Qonto

Job details https://jobsfordevelopers.com/jobs/senior-software-engineer-developer-experience-friendly-at-qonto-com-feb-9-2021-6f6eb8?utm_source=mastodon.world&ref=mastodon.world
#jobalert #jobsearch #hiring

DefectiveWings ✈️
2 weeks ago

#Terraform lab environment for $DAYJOB is coming along well.

#hashicorp #proxmox #saltstack

List of lxc containers, hosted within a Proxmox hypervisor.

saltstack, debmirror, dc1, consul cluster, postgres cluster, ossec, graylog
Jobs for Developers
2 weeks ago
Jonathan Matthews
2 weeks ago

Terraform users: can you recall a time when you used a `for_each`, and the list/etc being iterated over (i.e. the loop’s *input*) was the output of a dynamic, runtime lookup (e.g. a data source)?
Please give me any detail you’re able to share in a reply!
I’m particularly interested in situations where this was the /only/ way to solve a problem, and not just an optimisation :-)
#Hashicorp #Terraform #IaC #Infrastructure #Config #Configuration #HCL #DevOps #Sysadmin #Cloud #CloudComputing

Major Hayden
2 weeks ago

I used to choose terraform often to neatly track my deployed infrastructure over time. Now it seems like I use it often to avoid the odd quirks with each cloud provider's CLI tools. 🤔

#terraform #cloud #devops

Jobs for Developers
2 weeks ago
Steffo
2 weeks ago

Stumbled upon a few roadblocks while setting up my #Docker containers with #Terraform. 🔢

CryptoNewsBot
2 weeks ago

Do Kwon to Be Released on €400,000 Bail, Pleads Not Guilty in Montenegro - Terraform founder Do Kwon will be released from jail but placed under police surve... - https://news.bitcoin.com/do-kwon-to-be-released-on-e400000-bail-pleads-not-guilty-in-montenegro/ #chiefexecutive #cryptocurrency #terraformlabs #montenegro #stablecoin #podgorica #terraform #collapse #terrausd #founder #release #crypto #dokwon #court #crash #fraud #trial #news #bail #luna #ceo

Valeriano Manassero
2 weeks ago

Today I was finally able to start a side project that will help me to manage my local development #Kubernetes cluster with #Terraform and #KinD .

I need to recreate it often and I have a lot of scripts to be fast but automating everything is better (as usual).

Now I will be able to add a lot of preconfigured Helm Charts in next weeks enabling/disabling them from #ArgoCD UI.

#devops #gitops #mlops

https://github.com/valeriano-manassero/kubernetes-gitops-dev

Steffo
2 weeks ago

Hmmm... I haven't figured out yet a good way to collect #Docker logs for containers defined via #Terraform...

How is it usually done?

Steffo
2 weeks ago

friendship ended with #DockerCompose

now #Terraform is my best friend

Ariel Richtman
2 weeks ago

#AWS Account Factory for #Terraform seems overly complicated and focused on selling more AWS services than actually just doing the thing, or am I missing something?

https://docs.aws.amazon.com/controltower/latest/userguide/aft-architecture.html

#AFT #Terragrunt #IaC #Cloud

architecture diagram, described at this link https://docs.aws.amazon.com/controltower/latest/userguide/aft-architecture.html
Retro Heart
3 weeks ago

Little doodle of Millenia before work today. This started off as something completely different, but I think I may incorporate it into some Terraform rewrites / panel redraws I'm doing.
#Art #MastoArt #DigitalArt #Sketch #Terraform

Text: "How's that shirt fit?" "... tight. Don't you have anything more loose? Or at least less ironic?"

Digital sketch of Millenia, a demon-like woman with pointy but rounded ears and a tail. She's wearing a dark t-shirt that says "MILK BAR" on it.
Julian Elve
3 weeks ago
Steffo
3 weeks ago

Woah, #Terraform is great!

Wish I'd discovered it sooner...

Jobs for Developers
3 weeks ago
Jobs for Developers
3 weeks ago

Apollo GraphQL is hiring Cloud Router Engineer

🔧 #sql #kotlin #api #graphql #cicd #druid #kubernetes #postgresql #terraform
🌎 Remote; European Union; United States
⏰ Full-time
💰 $90k - $220k (Estimate)
🏢 Apollo GraphQL

Job details https://jobsfordevelopers.com/jobs/cloud-router-engineer-at-apollo-graphql-mar-18-2022-793bb3?utm_source=mastodon.world&ref=mastodon.world
#jobalert #jobsearch #hiring

Garrit 🧳🇯🇵
3 weeks ago

Wir befinden uns aktuell im Aufbau unseres #DevOps / #SRE / #Operations Teams.

Hast du Bock auf #AWS, #Kubernetes, #Terraform, #PlatformEngineering oder #CICD? Egal ob Junior oder Señor, meld' Dich gerne Mal bei mir!

https://appmotion.de/services/devops

#hiring

Jérôme Petazzoni
1 month ago

I saw this tweet by @dberkholz (hi btw, long time no see; I hope all is well!), and I'm not sure which one of the 4 big cloud providers is being singled out. :)

I recently wrote #Terraform configurations to deploy (simple) #Kubernetes clusters on a dozen of cloud providers; and Oracle was not the worst experience - very far from it.

In fact, that exercise gave me the impression that if anything, Google and AWS just hate developers 😬

Tweet from Donnie Berkholz, saying:

One of these doesn't belong. From an unnamed analyst firm.

Then there is a stylized cloud, containing the logos of Google, AWS, Microsoft, and Oracle.
Luke Murray
1 month ago

Join the #Terraform on #Azure product group in chat and Community calls!

Sign up to speak at our community calls! https://aka.ms/aztfccspeakers

Join the Terraform on Azure community: https://aka.ms/AzureTerraform
Community Slack: https://aka.ms/joinaztfslack
Our Latest Bimonthly Update: https://aka.ms/AzureTerraformUpdates
Follow us on Twitter @AzureTerraform
Subscribe to Youtube: https://www.youtube.com/@AzureTerraform

Recently, I took on new responsibilities at work, which led me to dive into a Terraform codebase. I've documented my journey of understanding and working with it, focusing on key concepts, essential commands, and useful tools. 📚

If you're also new to #terraform or need to navigate a complex codebase, my experience might be helpful. I discuss basic commands, codebase structure, and additional tools for validation, formatting, and visualization.

Feel free to take a look and let me know your thoughts! 🔗

https://mlops.systems/posts/2023-04-29-exploring-legacy-terraform-repository.html

meissa-team
1 month ago

Dear OpenSource Maintainers!

With every second we are working on OpenSource we also donate our invest to unpleasant platforms.

With this situation we are quite not happy. So we think "federating repositories" will be a nice workaround for this situation.

We've described here our ideas: https://repo.prod.meissa.de/meissa/federate-your-repos

What do you think about?

#Federation #OpenSource #Maintainer #terraform #devops

TSM at Work
1 month ago

Sometimes, you choose not to use someone else’s #terraform #module because it comes with its own totally separate #learningcurve. Given that this is for an arrangement of #infrastructure that is very unlikely to change, I’m okay with that decision.

Alexis Perrier
1 month ago

hey, https://kodekloud.com has a free week.

Loads of courses on Devops, programming, Kubernetes, IaC / Terraform etc ...

Mostly lab based, very hands on.

I'm going to learn a bit of golang this week. been wanting to do that for awhile now.

#kubernetes #Terraform #golang

Ariel Richtman
1 month ago

When you hit run and start seeing "*-prod" in the stdout

#DevOps #PlatformEngineering #Terraform #Terragrunt #IaC #CICD

Picture of a naked/hairless hamster looking exceptionally derpy
Retro Heart
1 month ago

Phase 1 (left) and Phase 2 (right) sketches for Amanda!

The differences are subtle, but if you look closely, you might be able to find them.
#Art #MastoArt #DigitalArt #Sketch #Terraform

Two sketches of a woman in a sundress, looking over her shoulder and holding a box of legally distinct thin bread sticks with chocolate on them.
The sketch on the right is similar to the one on the left, except for cat ears and a tail.
अनीश
1 month ago

I'm looking for a back end / devops / SRE role that can hire me in Vancouver, BC (happy to do remote/hybrid)

I'm experienced and can be trusted around computers, especially ones that aren't my own.

I love #nix and functional languages (such as #clojure #elixir) and have experience with all the fancy industry standard tools (#terraform #kuberenetes #docker #ansible) as well as with all the other things expected of my role (cloud providers, CI/CD, IaC, networking, postgres)

#getfedihired

Marcel Koch
1 month ago

@frederic I think, I'm gonna drop the whole vagrant in GitHub action thing and will go for: #terraform + #hetznercloud + #ansible + #newman

Boris Mann
2 months ago

@Gargron @jenn @haubles @simonwistow @anildash oh excellent, we've got someone on the volunteer team who works at Hashicorp so we're going #Terraform too :)

But we're also a lot smaller than dotSocial :)

Retro Heart
2 months ago

Little Nova doodle to start the day!
Think I'm going to refine / re-sketch this, there's the start of something more dynamic in here.
#Art #DigitalArt #MastoArt #Sketch #Terraform

Digital sketch of a woman with dog-like ears and a tail in a cropped t-shirt and cutoff shorts.

🚀 New Issue Alert! 🚀 The latest edition of "Let's Make Cloud" is now LIVE! ☁️ Don't miss out on these hot topics:

1️⃣ AWS Service Catalog 💼 now supports Terraform 🌐
2️⃣ Capability Model vs. Maturity Model 💡 – Discover the best approach for your #DevOps adoption journey.
3️⃣ 69 Common Deployment Blunders 😱 – Learn how to avoid these pitfalls for a smooth release!

Subscribe now! 📩👉 https://letsmakecloud.beehiiv.com/p/issue-21 #LetsMakeCloud #AWS #Terraform #CloudComputing

GeneBean
2 months ago

Hey @albatrossflavour - that’s pretty slick! You mentioned some #terraform for creating your #HomeLab @puppet install… is that something you’ve also shared? I’m interested in applying it in my home lab too.

@binford2k

Tim Kellogg
2 months ago

Does anyone here have experience with #Prefect? What's the best way to automate blocks? can you do it via #terraform? #ml #mlengineering

🚨This is pure gold! Many people didn't use AWS Service Catalog so they wouldn't have to deal with Cloudformation. Terraform support is a huge improvement! Can't wait to try it out! 🤩https://aws.amazon.com/blogs/aws/new-self-service-provisioning-of-terraform-open-source-configurations-with-aws-service-catalog/

#aws #servicecatalog #Terraform #DevOps

I had a lot of fun writing a script to automate the injection of environment-specific variables and configuration values into Terraform providers at runtime: https://letsmake.cloud/automating-the-injection-of-cicd-runtime-information-into-terraform-code
#terraform #aws #devops #automation

TechnoTim
2 months ago

Over the past few weeks I learned all about Terraform and it's awesome! I converted my Cloudflare settings to code and deploy it with CI / CD using GitHub Actions!

https://www.youtube.com/watch?v=FmYvrxYvBP0

#terraform #cloudflare #github #opensource #cloud #homelab #cicd #automation

Pepijn
2 months ago

Ok. Fair enough to the #coop #sisters the #spring move went surprisingly fast. After consuming some #snowdrops they quickly went into their new home for some weeks: the #greenhouse they are allowed to #terraform into a #chicken wasteland.

Chicken inside the greenhouse
Chicken eating random flowers
Jobs for Developers
2 months ago

Couchbase is hiring Graduate Cloud Support Engineer

🔧 #python #cicd #docker #kubernetes #terraform
🌎 Manchester, United Kingdom
⏰ Full-time
💰 $90k - $210k (Estimate)
🏢 Couchbase

Job details https://jobsfordevelopers.com/jobs/graduate-cloud-support-engineer-at-couchbase-com-jan-9-2023-90a1c6?utm_source=mastodon.world&ref=mastodon.world
#jobalert #jobsearch #hiring

Mijndert
2 months ago

As a DevOps engineer I get quite a few questions about getting started with #Terraform. People usually have questions about the file/folder structure and how to handle statefiles. So I set up a quick Git repository as a reference that shows you how to do it. More information can be found in the README: https://github.com/mijndert/aws-tf-reference

Any improvements and other suggestions are most welcome!

Garrit 🧳🇯🇵
2 months ago

I just finished my first professional #Terraform project. There are some things that I'd do differently next time:

https://garrit.xyz/posts/2023-03-16-terraform-project-learnings

This is post 057 of #100DaysToOffload

#devops

InfoQ
2 months ago

#Terraform 1.4 is now generally available!

It has a number of improvements for working within Terraform Cloud environments, e.g. CLI support for structured run outputs and OPA policy results.

Learn more on #InfoQ: http://bit.ly/3YU1AVr

#DevOps

TSM at Work
2 months ago

I will clean up the insides of the #Terraform module so that it has significantly less #lint. I will not rework its #interface or #implementation to the point that it requires surgery on existing states.

Kyle Hasselbacher
2 months ago

#Terraform takes so long to get anything done that by the time it finishes, I've forgotten what I was doing.

(I know the fault lies with the #AWS API, but.)

Christian Stankowic
2 months ago

Ging einfacher als erwartet. :)

#proxmox #terraform

Ausgabe eines Terraform-Kommandos, zwei VMs wurden erfolgreich erstellt und konfiguriert
Screenshot der Proxmox VE-Oberfläche, es sind zwei VM-Vorlagen und zwei VMs (Uyuni, FreeIPA) zu sehen.
Neil Craig
3 months ago

Part of our DNS deployment CI/CD pipeline parses a config file & generates Terraform HCL (which is later planned, saved & deployed).
It always bugged me how slow this step was - consistently ~2 minutes.

I had a bit of free time today so refactored it to use GNU parallel (which we also use for post-deploy tests). It now takes ~1/4 the time. Pleased with that.

https://www.gnu.org/software/parallel/

#DNS #terraform #bash #gnu #cloudBuild #CICD

Screenshot showing the last 4 runs of our CI/CD pipeline for the step mentioned in the post. Execution times are 35 seconds for the updated code versus 2 minutes for the other 3 executions.
Esther Schindler
3 months ago

Redis Enterprise Cloud has published its Terraform resources for managing multi-region Active-Active Redis databases. #terraform #redis
https://redis.com/blog/now-you-can-deploy-active-active-redis-databases-with-terraform/

Tyler Mumford
3 months ago

I just learned about the #Terraform console command. Wish I'd known that weeks ago!

Sheogorath
3 months ago

Did some work on automation with #Terraform for the #HedgeDoc Demo instance last night. Putting the finishing touches and making sure things work as intended.

Now it's out in the wild: https://git.shivering-isles.com/shivering-isles/infrastructure-gitops/-/tree/main/terraform/hedgedoc-demo

Feel free to check it out, be inspired or provide some ideas on how to improve :)

(It's currently living in my GitOps repository, but might migrate somewhere else in future.)

tormath1
3 months ago

Tonight, SRE France organizes its #16 Meetup in Paris: https://www.meetup.com/site-reliability-engineering-france/events/291124356/
Let's talk about #Docker, #DRE and #Terraform. See you there! Oh - and we have 2 tickets for the #KCD France to give away :D

Just finished doing a mega `terraform import` of the hachyderm.io and hachyderm.media DNS zones using #terraform and https://github.com/cycloidio/terracognita.

Pretty fun - first time using Terracognita - it did a nice job of scaffolding out the HCL & terraform state. A few regexes later, some rearranging, some state surgery, and everything's there!

#hachyderm #HachyInfra #devops

Screenshot of the Terraform run *after* merging the hachyderm.io and hachyderm.media Terraform code to main.

Text in the screenshot:

hachyderm.io and hachyderm.media under Terraform (#248)

Planned and finished 

Preskton triggered a run 4 minutes ago via :github:) main < f1dfe0c

Add None 1 minute +0 ~0 -0
Michael Friedrich 🦊
4 months ago

Empower everyone to manage Infrastructure with #GitLab and #Terraform — Timo Furrer at #configmanagementcamp💡

https://cfp.cfgmgmtcamp.org/2023/talk/QPQAZ9/

@nova @PatriciaColley @quintessence from an infra delivery perspective, our next big theme is going from scrappy & just-in-time to a little more structured and predictable. we're actively working on things like deterministic host builds through #nixos, infrastructure as code using #terraform, and building out a real pipeline complete with a dev environment for testing. [2/x]

Neil Craig
4 months ago

TIL you can force a platform in a Dockerfile via e.g.:
`FROM --platform=linux/amd64 debian:11-slim`

The same flag can be passed on the CLI, e.g.:
`docker run --platform=linux/amd64 -it debian:11-slim`

Needed that to get me out of a problem where the Terraform apt repo only includes amd64 sources (no ARM - so no Mac M1/M2).

#docker #arm #amd64 #terraform

Guille Vigil :verified:
4 months ago

After 3.5 years working as Platform Engineer at empathy.co I think it’s time to face a new challenge. If you know a remote job position opened that fits my small knowledge, please let me know! 🙏🏽❤️

I have a DevOps background with some expertise in #kubernetes #terraform #aws #gcp #argocd #nodejs #elasticsearch #backstage #atlantis #prometheus #grafana #k6 #kibana #sonarqube #nexus #jenkins #githubactions #helm and more.

I’m not in a hurry, I just want to find the best place for my new adventure.

Hey Folks! I'm on the job market and looking for a Principal or Staff role, #Chicago or Remote.

I've been using #AWS since 2008, have extensive experience in half a dozen programming languages (I ❤️ #Python), am writing a book on #Terraform, and have experience ranging from founding engineer to managing a technical org with ~25 people.

I've also got a ton of open source projects - https://github.com/tedivm/

My resume - https://blog.tedivm.com/resume

pls boost!

#FediHire #HireMe #FediHired #hachyjobs

Neil Craig
4 months ago

If you're using Terraform to manage BigQuery tables and want to set up restricted access to specific tables for a service account, I'd strongly recommend using the specific BigQuery table IAM rather than trying to get the poorly documented `conditions` block correct. Table IAM is way simpler.
https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/bigquery_table_iam
#terraform #bigquery #iam #googleCloud

Neil Craig
4 months ago

Does anyone know if it's possible to prevent overlapping/concurrent GitHub Dependabot Pull Requests being created? That fails every time if your build/tests use e.g. Terraform.
The Dependabot docs suggest there's no way: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

#github #dependabot #cicd #terraform

Comfortably Numb🦋
4 months ago

I guess it's time for me to do one of these.

I am a principal software engineer, currently working mostly in #AWS serverless field, and coding in #Terraform, #CDK, #TypeScript.
I also code #FitBit clockfaces for fun in #JavaScript and #SVG.
In my spare time I like listening to classic rock, playing VR games, and riding my Mongoose Dolomite bike.
I have 3 cats that run my life.

#introduction

Keith 🦞
5 months ago

Proper #introduction post finally!

Late-30s software developer in the US Midwest. Happiest #traveling the world with my husband and partner of 13 years. Seeking nature, art, fun, and of course FOOD wherever we go.


At home, I run engineering at an e-commerce marketplace. Interests include #javascript #vuejs #rubyonrails #go #rust #eventdrivenarchitecture #terraform #docker. Tech is my 2nd act, after 10+ years in retail.

Launched this instance as a hobby to learn about the #fediverse

Jeff Bryner
5 months ago

133

That's how many tabs it takes to make a #terraform -based #gcp project that autobuilds itself into a #slackbot that listens to and acts on google events of #cloudidentity group changes

#tabhoarder
#tab-based-development

133 tabs open to solve a system integration challenge
Roy Olsen
5 months ago

A brief #introduction after finding my new place here at #fosstodon :fosstodon:

I'm an infrastrucuture engineer by heart, while I have spent recent years leading a team doing cloud operations and cyber security

Interested in things like #infosec, #ansible, #terraform, #docker, #kubernetes, #gitlab, #sre, #devops and #iac

Outside of work I have a number of interests that include #fishtank, #raspberrypi, #hiking and #photography

:ansible: :docker: :kubernetes: :raspberrypi: :linux: