tfimpl

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 30, 2026 License: MIT Imports: 0 Imported by: 0

Documentation

Overview

Package tfimpl defines the Terraform implementation type constants.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Type

type Type string

Type represents which Terraform implementation is being used.

const (
	// Terraform indicates the HashiCorp Terraform binary.
	Terraform Type = "terraform"
	// OpenTofu indicates the OpenTofu binary.
	OpenTofu Type = "tofu"
	// Unknown indicates an unrecognized implementation.
	Unknown Type = "unknown"
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL