mastodon.world is one of the many independent Mastodon servers you can use to participate in the fediverse.
Generic Mastodon server for anyone to use.

Server stats:

8.1K
active users

#Terraform

11 posts7 participants0 posts today

New video episode on YouTube!

GitOps for the Linux Administrator — I sat down with #ChristianHernandez to talk about GitOps, sysadmin mindset shifts, and why YAML isn’t the enemy.

Learn how tools like Ansible, Terraform, and Argo CD can transform your infrastructure.

Watch: youtu.be/2uhIva1siXU

youtu.be- YouTubeEnjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.

IT pros and #SysAdmins! Tired of late-night patching? Check out my new episode, GitOps for the Linux Administrator on The #ITGuyShow! Join me with #ChristianHernandez, a #Linux guy and #DevOps advocate, as we explore his journey from Solaris servers to #GitOps evangelism.

Learn: The true meaning of GitOps, a new mindset, tools like #ansible, #terraform, and #ArgoCD! Perfect for "lazy" admins valuing efficiency! Enhance your skills and transform infrastructure management: podcast.itguyeric.com/10

Work is nearly completed on bringing 3 important features to the Infrastructure as Code Gradle plugin suite:

- Testing of OpenTofu / Terraform source.

- Publishing of OpenTofu / Terraform modules to a variety of targets, including the official registry process.

- Generation of documentation for OpenTofu / Terraform source sets and modules.

Finally testing and polishing of docs are underway and these features will be in the 2.1 release.

To anyone picking between `number` and `string` with #terraform.
If you don't control the input, pick `string`.

Why ? Well because sometime, account IDs, which are, well, **numbers**, start with leading zeros.
Which will later be removed by #terraform, making future applies invalid.

#Terraform is great because it is not simply for one provider/one cloud. You can target multiple clouds in the same Terraform configuration. It doesn't have to be multiple clouds, the more generic term is multiple providers (e.g. #Azure + Entra ID)

Read my article on using Terraform for multi-cloud over at #Spacelift spacelift.io/blog/terraform-mu

terraform multi cloud
SpaceliftMulti-Cloud Provisioning and Management with TerraformLearn how to manage multi-cloud infrastructure with Terraform. Explore provisioning strategies, best practices, and real-world examples.

I've wrote some notes about the idea of how to create a full infrastructure in minutes to allow small teams run their nextflow pipelines easily

The terraform project is almost automated so you can create same stack for different teams, or scale one deployment with more instances using only one command

Pain point is run only in Oracle Cloud, by the moment but to be my first terraform project not so bad

jorge-aguilera.blog/blog/2025/

jorge-aguilera.blogDeploying a Nomad cluster with Terraform and Oracle for Nextflow