hello

joatmon08/hello/random

Terraform Module HCL RANDOM
Install
module "hello" {
source = "joatmon08/hello/random"
version = "6.0.0"
}
plain text: /constructs/tfmod-joatmon08-hello-random/install.txt
⭐ Source on GitHub 📦 Registry page
README

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 |

Inputs (2)
NameTypeDescriptionDefault
hellosobject({ hello = stlist of hellos required
some_keystringthis is a some key required
Outputs (3)
pet — first random pet ID
list_of_pets — list of random pet IDs
quoted_some_key — escaped quoted value of some_key
Resources (1)
random_pet
Details
FrameworkTerraform Module
LanguageHCL
Version6.0.0
Cloud RANDOM
Total downloads82.3k
Inputs2
Outputs3
Resources1
Namespacejoatmon08
Updated