pet

carljavier/pet/random

Terraform Module HCL RANDOM

Example Terraform Module Repo

Install
module "pet" {
source = "carljavier/pet/random"
version = "0.0.5"
}
plain text: /constructs/tfmod-carljavier-pet-random/install.txt
⭐ Source on GitHub 📦 Registry page
README

terraform-random-pet module Example Terraform Module to demonstrate TFC/TFE module publishing workflow into the Private Module Registry. !Giphy The module itself uses random_pet, random_string and local_file resources. This example module demonstrate a simple collection of terraform resources that are grouped into a module. Publishing this module to the Private Module Registry This module also demonstrate how templatefile() function can be used for templating (eg index.html) which is useful passing in config/user data text files to infrastructure resources when required. The local index.html file created can be viewed locally and has a simple static site that cycles through images with the use of javascript. **Note: The statis site has nothing to do with Usage ``hcl module "pet" { source =

Inputs (1)
NameTypeDescriptionDefault
string_lengthnumberThe character length of the string.10
Outputs (2)
random_string_output — Random String generated
random_pet_nickname — Random Pet Nickname generated
Resources (3)
local_filerandom_petrandom_string
Details
FrameworkTerraform Module
LanguageHCL
Version0.0.5
Cloud RANDOM
★ Stars1
Forks4
Total downloads922
Inputs1
Outputs2
Resources3
Examples1
LicenseApache-2.0
Namespacecarljavier
Updated