opentofu/internal/command/arguments/arguments.go
Andrei Ciobanu d701eecf47
Refactor console command to use View instead of Ui (#3764)
Signed-off-by: Andrei Ciobanu <andrei.ciobanu@opentofu.org>
2026-03-02 18:58:11 +02:00

9 lines
290 B
Go

// Copyright (c) The OpenTofu Authors
// SPDX-License-Identifier: MPL-2.0
// Copyright (c) 2023 HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
package arguments
// DefaultStateFilename is the default filename used for the state file.
const DefaultStateFilename = "terraform.tfstate"