mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
These changes allow cloud blocks to be overridden by backend blocks and vice versa; the logic follows the current backend behavior of a block overriding a preceding block in full, with no merges.
6 lines
92 B
HCL
6 lines
92 B
HCL
terraform {
|
|
backend "bar" {
|
|
path = "CHANGED/relative/path/to/terraform.tfstate"
|
|
}
|
|
}
|