- Terraform environments (production, staging) with R2 backend - Terraform modules: cloudflare-pages, cloudflare-worker, railway-service, digitalocean-droplet - Docker: multi-stage Dockerfiles for core, web, agents, operator + compose - CI templates: node-ci, terraform-ci, docker-ci reusable workflows - Composite actions: brand-compliance, deploy-cloudflare - Operational scripts: bootstrap, health-check, rotate-keys - GitHub Actions: terraform-plan, terraform-apply, docker-build Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
6 lines
181 B
HCL
6 lines
181 B
HCL
# Copyright (c) 2025-2026 BlackRoad OS, Inc. All Rights Reserved.
|
|
output "worker_name" {
|
|
description = "Deployed worker name"
|
|
value = cloudflare_worker_script.this.name
|
|
}
|