hello
foggcloud/hello/fogg
Terraform Module
HCL
FOGG
Install
module "hello" {
source = "foggcloud/hello/fogg"
version = "0.0.2"
}
Inputs (15)
| Name | Type | Description | Default |
|---|---|---|---|
| namespace | string | Namespace, which could be your organization name or abbreviation, e.g. 'eg' or ' | required |
| stage | string | Stage, e.g. 'prod', 'staging', 'dev', OR 'source', 'build', 'test', 'deploy', 'r | required |
| name | string | Solution name, e.g. 'app' or 'jenkins' | required |
| delimiter | string | Delimiter to be used between `namespace`, `environment`, `stage`, `name` and `at | required |
| id_length_limit | number | Limit `id` to this many characters (minimum 6). Set to `0` for unlimited length. | required |
| enabled | bool | Set to false to prevent the module from creating any resources | required |
| label_order | list(string) | The naming order of the id output and Name tag. Defaults to ["namespace", "envir | required |
| label_key_case | string | The letter case of label keys (`tag` names) (i.e. `name`, `namespace`, `environm | required |
| environment | string | Environment, e.g. 'uw2', 'us-west-2', OR 'prod', 'staging', 'dev', 'UAT' | required |
| regex_replace_chars | string | Regex to replace chars with empty string in `namespace`, `environment`, `stage` | required |
| label_value_case | string | The letter case of output label values (also used in `tags` and `id`). Possible | required |
| tags | map(string) | Additional tags (e.g. `map('BusinessUnit','XYZ')` | {} |
| context | any | Single object for setting entire context at once. See description of individual | {
"additional_tag_map": {},
"attribu |
| attributes | list(string) | Additional attributes (e.g. `1`) | [] |
| additional_tag_map | map(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