Documentation ¶
Overview ¶
Package templates includes go text/templates for terraform resources
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrTemplateParse = "failed to parse text/template during template.Execute" ErrTemplateExec = "failed to execute template during exec()" )
View Source
var ( ErrNoColor = "failed to print output with NO_COLOR" ErrHighlight = "failed to highlight %s source" ErrFmt = "failed to format %s source" )
View Source
var ALL_TEMPLATES embed.FS
Functions ¶
func Execute ¶
Execute renders the template string into a buffer and includes some useful helper functions
Types ¶
Directories ¶
Path | Synopsis |
---|---|
Package aws provides terraform templates for Amazon Web Services (AWS)
|
Package aws provides terraform templates for Amazon Web Services (AWS) |
Package azure provides terraform templates for Microsoft Azure
|
Package azure provides terraform templates for Microsoft Azure |
Package gcp provides terraform templates for Google Cloud Platform (GCP)
|
Package gcp provides terraform templates for Google Cloud Platform (GCP) |
Click to show internal directories.
Click to hide internal directories.