IaC

Using OVHcloud S3-compatible Object Storage as Terraform Backend to store your Terraform/OpenTofu states

When working on Infrastructure as Code projects, with Terraform or OpenTofu, Terraform States files are created and modified locally in a terraform.tfstate file. It’s a common usage and practice but not convenient when working as a team. Do you know that you can configure Terraform to store data remotely on OVHcloud S3-compatible Object Storage? OVHcloud […]

Using OVHcloud S3-compatible Object Storage as Terraform Backend to store your Terraform/OpenTofu states Read More »

Infrastructure as Code (IaC) on OVHcloud – part 2: Pulumi

In our previous article, Infrastructure as Code (IaC) on OVHcloud – part 1: Terraform / OpenTofu, we saw that deploying manually take time and it’s complicated. That why Infrastructure as Code (IaC) is powerful and allow you to automate infrastructure provisioning. But do you know that Terraform/OpenTofu is not the only tool that exists? In

Infrastructure as Code (IaC) on OVHcloud – part 2: Pulumi Read More »