mirror of
https://github.com/hashicorp/terraform.git
synced 2026-02-18 18:29:44 -05:00
6 lines
249 B
Go
6 lines
249 B
Go
// Copyright IBM Corp. 2014, 2026
|
|
// SPDX-License-Identifier: BUSL-1.1
|
|
|
|
// Package backendbase contains helpers for implementing the parts of remote
|
|
// state backends that tend to be treated similarly across all implementations.
|
|
package backendbase
|