animal

hashicorp/animal/demo

Terraform Module HCL DEMO

Demo code as part of the HashiCorp Terraform Enterprise 201 course. This code is used to demonstrate the public and private module registries. https://www.hashicorp.com/training

Install
module "animal" {
source = "hashicorp/animal/demo"
version = "1.0.0"
}
plain text: /constructs/tfmod-hashicorp-animal-demo/install.txt
⭐ Source on GitHub 📦 Registry page
README

Demo Animal A simple demo for experimenting with the HashiCorp Terraform module registry. This code is part of the HashiCorp Terraform Enterprise 201 course. This code is used to demonstrate the public and private module registries. https://registry.terraform.io/ https://www.hashicorp.com/training

Inputs (1)
NameTypeDescriptionDefault
nameanyA name to pass into this module. (Demo only; unused) required
Outputs (1)
animal
Resources (1)
random_pet
Details
FrameworkTerraform Module
LanguageHCL
Version1.0.0
Cloud DEMO
★ Stars2
Forks189
Total downloads10.4k
Inputs1
Outputs1
Resources1
LicenseMIT
Namespacehashicorp
Updated