whatif

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Apr 27, 2026 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

Package whatif provides resource attribute override functionality for cost scenario analysis.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ApplyOverrides

func ApplyOverrides(projects []*engine.Workspace, overrides []*Override) (int, error)

ApplyOverrides modifies resource metadata in projects before resources are built. Returns the number of overrides successfully applied.

Types

type Override

type Override struct {
	ResourceAddress string
	AttributePath   string
	Value           string
}

Override represents a single resource attribute override.

func ParseOverride

func ParseOverride(s string) (*Override, error)

ParseOverride parses a what-if override string in the format "resource_type.name.attribute=value" or "module.x.resource_type.name.attribute=value". The attribute is always the last dot-separated segment of the path.

Jump to

Keyboard shortcuts

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