Files
nvhi-atsila-microservice/terraform/backend.tf

6 lines
192 B
Terraform
Raw Normal View History

2025-07-12 08:51:48 +00:00
terraform {
backend "s3" {
2025-07-12 19:17:29 +00:00
# Backend configuration values provided via command line during terraform init
# This allows for environment-specific backends while keeping code DRY
2025-07-12 08:51:48 +00:00
}
2025-07-12 19:17:29 +00:00
}