# Scaleway Root Configuration # This file contains common configuration for all Scaleway resources locals { # Project configuration project_name = "forgejo" environment = "production" # Scaleway configuration region = "fr-par" zone = "fr-par-1" # Tags for resource organization common_tags = { Project = "forgejo" Environment = "production" ManagedBy = "terragrunt" } } # Generate provider configuration generate "provider" { path = "provider.tf" if_exists = "overwrite_terragrunt" contents = <