mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-14 02:32:39 -06:00
a127607a85
Signed-off-by: Dmitry Kisler <admin@dkisler.com>
7 lines
205 B
Go
7 lines
205 B
Go
// Copyright (c) HashiCorp, Inc.
|
|
// SPDX-License-Identifier: MPL-2.0
|
|
|
|
// Package provisioners contains the interface and primary types to implement a
|
|
// OpenTofu resource provisioner.
|
|
package provisioners
|