What is Infrastructure as Code, and which tools do you use?
IaC means defining and versioning your infrastructure (networks, servers, clusters, policies) in text files instead of configuring it by hand. We use Terraform/OpenTofu to provision resources and Ansible to configure and maintain state. Every change is audited, repeatable and reversible.