Create New Template
to open the Create Template dialogue.Preview
. Secrets are automatically hidden in templates and can be unmasked with the Show Secrets
button.Submit
to save changes to the template.cloudtruth.project
cloudtruth.environment
cloudtruth.templates.<name>
cloudtruth.parameters.<name>
cloudtruth.projects.<name>
{{ My.Non Traditional Parameter Name! }}
{{ cloudtruth["My.Non Traditional Parameter Name!"] }}
cloudtruth.templates["My.Non Traditional Template Name!"].
cloudtruth.projects.<other_proj_name>.parameters.<param_name>
. Likewise, you can reference a template from another project as cloudtruth.projects.<other_proj_name>.templates.<template_name>
.cloudtruth.project.id
. These attributes are derived from the API and match the meaning in the API. The full list of available attributes is:dns_safe
env_safe
key_safe
indent: count
count
spaces.nindent: count
count
spaces.parse_yaml
to_yaml
parse_json
to_json
encode64
decode64
sha256
merge: other
other
hash value into this one.re_replace: pat, repl, flags
pat
in the value with replacement repl
, with optional flags
"i" for ignore case, "m" for multiline and "x" for extended.re_contains: pat, flags
pat
is found in the value, with optional flags
as re_replace.names
cloudtruth.parameters
), return a list of parameter names.values