mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-20 11:48:24 -06:00
This method mirrors that of config.Backend, so we can compare the configration of a backend read from a config vs that of a backend read from a state. This will prevent init from reinitializing when using `-backend-config` options that match the existing state.
5 lines
42 B
HCL
5 lines
42 B
HCL
terraform {
|
|
backend "local" {
|
|
}
|
|
}
|