mirror of
https://github.com/hashicorp/terraform.git
synced 2026-04-21 06:08:16 -04:00
6 lines
208 B
Go
6 lines
208 B
Go
// Copyright IBM Corp. 2014, 2026
|
|
// SPDX-License-Identifier: BUSL-1.1
|
|
|
|
// Package provisioners contains the interface and primary types to implement a
|
|
// Terraform resource provisioner.
|
|
package provisioners
|