Switching from Terraform to OpenTofu
Switching from Terraform to OpenTofu Cloud, DevOps-as-a-service 2024-06-11 Switching from Terraform to OpenTofu Author: Simon Rondelez In the ever-evolving landscape of infrastructure as code (IaC), staying adaptable and proactive is crucial. Our latest initiative involves transitioning from Terraform to OpenTofu, driven primarily by the recent licensing changes introduced in Terraform version 1.6.0 and beyond. […]
Terraform remote state
Terraform remote state Uncategorized oktober 3, 2017 Terraform remote state Introduction At Skyscrapers we use S3 to save all our remote states. We even setup our S3 bucket where we save our remote state with Terraform. Our S3 buckets are configured with versioning enabled. (that way we can always roll-back if needed). Our S3 bucket has a […]