hello
joatmon08/hello/random
terraform-random-hello This module is an example to be used for simple demonstration. It has no dependencies to an external service since it uses the random provider. Requirements | Name | Version | |------|---------| | terraform | >= 0.14 | | random | >= 3.0.1 | Providers | Name | Version | |------|---------| | random | >= 3.0.1 | Inputs | Name | Description | Type | Default | Required | |------|-------------|------|---------|:--------:| | hellos | list of hellos | object({ hello = string second_hello = string }) | n/a | yes | | some\_key | this is a some key | string | n/a | yes | Outputs | Name | Description | |------|-------------| | list\_of\_pets | list of random pet IDs | | pet | first random pet ID | | quoted\_some\_key | escaped quoted value of some\_key |
| Name | Type | Description | Default |
|---|---|---|---|
| hellos | object({ hello = st | list of hellos | required |
| some_key | string | this is a some key | required |
pet — first random pet IDlist_of_pets — list of random pet IDsquoted_some_key — escaped quoted value of some_key