# Temporarily disabled S3 (MinIO unreachable) # terraform { # backend "s3" { # bucket = "terraform-state" # key = "homelab/terraform.tfstate" # region = "us-east-1" # endpoint = "https://minio-api.riotpiao.homelab.com" # skip_credentials_validation = true # skip_requesting_account_id = true # skip_region_validation = true # use_path_style = true # } # } # Local backend fallback (active during MinIO outage) terraform { backend "local" { path = "terraform.tfstate" } }