@@ -117,7 +117,7 @@ production-ready cloud deployment system.
117117
118118** Key Files Created** :
119119
120- - ` infrastructure/config/providers/hetzner.env ` - Secure API token storage
120+ - ` infrastructure/config/providers/hetzner-staging .env ` - Secure API token storage
121121- ` docs/guides/providers/hetzner/hetzner-cloud-setup-guide.md ` - Complete setup guide
122122- Environment templates in ` infrastructure/config/environments/ `
123123
@@ -511,7 +511,7 @@ to Hetzner DNS servers before infrastructure deployment can proceed.
511511
512512### API Token Management
513513
514- - ** Storage** : ` infrastructure/config/providers/hetzner.env ` (git-ignored)
514+ - ** Storage** : ` infrastructure/config/providers/hetzner-staging .env ` (git-ignored)
515515- ** Cloud Token** : 64 characters, Read & Write permissions
516516- ** DNS Token** : 32 characters, Zone: Edit permissions
517517- ** Validation** : Both tokens tested and working
@@ -525,7 +525,7 @@ to Hetzner DNS servers before infrastructure deployment can proceed.
525525
526526``` bash
527527# Always source the provider configuration first
528- source infrastructure/config/providers/hetzner.env
528+ source infrastructure/config/providers/hetzner-staging .env
529529
530530# Then use the correct variable names
531531curl -H " Authorization: Bearer $HETZNER_API_TOKEN " https://api.hetzner.cloud/v1/...
@@ -579,7 +579,7 @@ The Hetzner implementation builds on the existing twelve-factor architecture:
579579### File System Integration
580580
581581``` text
582- ✅ infrastructure/config/providers/hetzner.env - API tokens
582+ ✅ infrastructure/config/providers/hetzner-staging .env - API tokens
583583✅ infrastructure/config/environments/ - Environment templates
584584✅ docs/guides/providers/hetzner/ - Provider documentation
585585📝 infrastructure/terraform/providers/hetzner/ - Terraform modules
0 commit comments