options

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Apr 20, 2026 License: MIT Imports: 0 Imported by: 0

Documentation

Overview

Package options groups provider-cache-specific configuration that is resolved at startup and shared with the ProviderCache server and hook functions. It lives in its own package so that both pkg/options and internal/providercache can import it without creating a cycle.

Index

Constants

This section is empty.

Variables

View Source
var DefaultRegistryNames = []string{
	"registry.terraform.io",
	"registry.opentofu.org",
}

DefaultRegistryNames is the default set of remote registries cached by the Terragrunt Provider Cache server.

Functions

This section is empty.

Types

type ProviderCacheOptions

type ProviderCacheOptions struct {
	Dir           string
	Hostname      string
	Token         string
	RegistryNames []string
	Port          int
	Enabled       bool
}

ProviderCacheOptions holds provider-cache-specific configuration that was previously spread across several fields on TerragruntOptions.

Jump to

Keyboard shortcuts

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