cloudformation

package
v0.5.3 Latest Latest
Warning

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

Go to latest
Published: Oct 29, 2025 License: MIT Imports: 13 Imported by: 0

Documentation

Overview

Package cloudformation triggers CloudFormation stack updates once a valid state drift was detected. This operator function effectively applies any infrastructure and service changes according to the configured desired state.

Index

Constants

View Source
const (
	Metric = "deployment_event"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type CloudFormation

type CloudFormation struct {
	// contains filtered or unexported fields
}

func New

func New(c Config) *CloudFormation

func (*CloudFormation) Active added in v0.4.0

func (c *CloudFormation) Active() bool

Active determines whether this worker handler ought to be executed based on the underlying policy implementation.

func (*CloudFormation) Ensure

func (c *CloudFormation) Ensure() error

type Config

type Config struct {
	Aws aws.Config
	Cac *cache.Cache
	Dry bool
	Env envvar.Env
	Log logger.Interface
	Met metric.Meter
	Pol *policy.Policy
}

Jump to

Keyboard shortcuts

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