techhub.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A hub primarily for passionate technologists, but everyone is welcome

Administered by:

Server stats:

4.6K
active users

#terraform

16 posts12 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

✨ Construa sua Segurança com Bastion Host no AWS RDS!
📝 Aprenda a configurar um bastion host com Terraform para gerenciar sua modelagem de dados no AWS RDS de forma segura e eficiente. Dicas práticas e insights valiosos para otimizar a segurança da sua infraestrutura em nuvem. Não perca essa oportunidade de aprimorar suas habilidades! Clique no link e descubra mais!
.
.
#AWS #Terraform...
inkdesign.com.br/aws-rds-confi

AWS RDS configura bastion host com Terraform para modelagem
INK|DESIGN NEWS · AWS RDS configura bastion host com Terraform para modelagemBy Tiago F Santiago

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.

I’ve written a step-by-step guide to deploying Cisco Modeling Labs (CML) 2.9 to Azure using Terraform. It is meant for people new to cloud or Terraform deployment. It’s a bit of a complicated process so I hope my guide is helpful!

See my blog post for more details: gryba.ca/posts/How-to-deploy-C

gryba.caHow to deploy CML 2.9 to Azure using TerraformThis guide provides step-by-step instructions for deploying CML 2.9 to Azure using Terraform. It is meant for people new to IaaS or Terraform deployment.
#Cisco#CML#Azure

Your “simple” Terraform apply just became a 2 a.m. production nightmare.
This is what should happen instead. ⏯️ youtu.be/Jswi9lzVkZQ
__

Infrastructure shouldn’t break, period. We’re building tools to make sure it doesn’t.

Launching soon! Follow us to stay updated.

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

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.