terraform

package
v0.8.0 Latest Latest
Warning

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

Go to latest
Published: Dec 2, 2025 License: MPL-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BackendConfig

type BackendConfig struct {
	Type   string  `yaml:"type"`
	Prefix *string `yaml:"prefix,omitempty"`
}

type TerraformConfig

type TerraformConfig struct {
	Enabled *bool          `yaml:"enabled,omitempty"`
	Driver  *string        `yaml:"driver,omitempty"`
	Backend *BackendConfig `yaml:"backend,omitempty"`
}

TerraformConfig represents the Terraform configuration

func (*TerraformConfig) DeepCopy

func (c *TerraformConfig) DeepCopy() *TerraformConfig

DeepCopy creates a deep copy of the TerraformConfig object

func (*TerraformConfig) Merge

func (base *TerraformConfig) Merge(overlay *TerraformConfig)

Merge performs a simple merge of the current TerraformConfig with another TerraformConfig.

Jump to

Keyboard shortcuts

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