Versions in this module Expand all Collapse all v1 v1.10.0 Aug 16, 2018 Changes in this version + type CloudformationTarget struct + Cloud fi.Cloud + Project string + Region string + func NewCloudformationTarget(cloud fi.Cloud, region, project string, outDir string) *CloudformationTarget + func (t *CloudformationTarget) Find(ref *Literal) (interface{}, bool) + func (t *CloudformationTarget) Finish(taskMap map[string]fi.Task) error + func (t *CloudformationTarget) ProcessDeletions() bool + func (t *CloudformationTarget) RenderResource(resourceType string, resourceName string, e interface{}) error + type Literal struct + func GetAtt(resourceType, resourceName string, attribute string) *Literal + func LiteralString(v string) *Literal + func Ref(resourceType, resourceName string) *Literal + func (l *Literal) MarshalJSON() ([]byte, error)