hello

foggcloud/hello/fogg

Terraform Module HCL FOGG
Install
module "hello" {
source = "foggcloud/hello/fogg"
version = "0.0.2"
}
plain text: /constructs/tfmod-foggcloud-hello-fogg/install.txt
⭐ Source on GitHub 📦 Registry page
Inputs (15)
NameTypeDescriptionDefault
namespacestringNamespace, which could be your organization name or abbreviation, e.g. 'eg' or ' required
stagestringStage, e.g. 'prod', 'staging', 'dev', OR 'source', 'build', 'test', 'deploy', 'r required
namestringSolution name, e.g. 'app' or 'jenkins' required
delimiterstringDelimiter to be used between `namespace`, `environment`, `stage`, `name` and `at required
id_length_limitnumberLimit `id` to this many characters (minimum 6). Set to `0` for unlimited length. required
enabledboolSet to false to prevent the module from creating any resources required
label_orderlist(string)The naming order of the id output and Name tag. Defaults to ["namespace", "envir required
label_key_casestringThe letter case of label keys (`tag` names) (i.e. `name`, `namespace`, `environm required
environmentstringEnvironment, e.g. 'uw2', 'us-west-2', OR 'prod', 'staging', 'dev', 'UAT' required
regex_replace_charsstringRegex to replace chars with empty string in `namespace`, `environment`, `stage` required
label_value_casestringThe letter case of output label values (also used in `tags` and `id`). Possible required
tagsmap(string)Additional tags (e.g. `map('BusinessUnit','XYZ')`{}
contextanySingle object for setting entire context at once. See description of individual { "additional_tag_map": {}, "attribu
attributeslist(string)Additional attributes (e.g. `1`)[]
additional_tag_mapmap(string)Additional tags for appending to tags_as_list_of_maps. Not added to `tags`.{}
Resources (1)
local_file
Details
FrameworkTerraform Module
LanguageHCL
Version0.0.2
Cloud FOGG
★ Stars0
Forks2
Total downloads869
Inputs15
Resources1
Namespacefoggcloud
Updated