Versions in this module Expand all Collapse all v1 v1.0.0 Jun 4, 2019 Changes in this version + const Name + func IsInvalidConfig(err error) bool + func IsVPCNotFound(err error) bool + type Config struct + Logger micrologger.Logger + type Resource struct + func New(config Config) (*Resource, error) + func (r *Resource) EnsureCreated(ctx context.Context, obj interface{}) error + func (r *Resource) EnsureDeleted(ctx context.Context, obj interface{}) error + func (r *Resource) Name() string