6 lines
192 B
HCL
6 lines
192 B
HCL
terraform {
|
|
backend "s3" {
|
|
# Backend configuration values provided via command line during terraform init
|
|
# This allows for environment-specific backends while keeping code DRY
|
|
}
|
|
} |