opentofu/command/test-fixtures/init-backend-empty/main.tf
James Bardin ff2d753062 add Rehash to terraform.BackendState
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.
2017-03-29 15:53:42 -04:00

5 lines
42 B
HCL

terraform {
backend "local" {
}
}