cloudformation

package
v0.1.9 Latest Latest
Warning

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

Go to latest
Published: Aug 19, 2025 License: MIT Imports: 12 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) 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
}

Jump to

Keyboard shortcuts

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