Files
opentf/internal/command/arguments/arguments.go
2026-03-02 18:58:11 +02:00

10 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"