2023-05-02 10:33:06 -05:00
|
|
|
// Copyright (c) HashiCorp, Inc.
|
|
|
|
// SPDX-License-Identifier: MPL-2.0
|
|
|
|
|
2018-06-21 13:31:48 -05:00
|
|
|
// Package providers contains the interface and primary types required to
|
|
|
|
// implement a Terraform resource provider.
|
|
|
|
package providers
|