How to Implement your Own Tool Using HCL (bc I Hate YAML)by@weakpixel

How to Implement your Own Tool Using HCL (bc I Hate YAML)

tldt arrow
Read on Terminal Reader
Read this story w/o Javascript

Too Long; Didn't Read

The HCL configuration format is used by all the amazing HasiCorp tools like [Terraform], [Vault], and [Nomad]. In this post, I want to show how you can implement your own tool using the HCL format. HCL provides an easy-to-read format with a clear structure and additional features like variable interpolation and inline function calls. To map HCL to our structs we can use struct tags: "Tasks" and "Steps"

Company Mentioned

Mention Thumbnail
featured image - How to Implement your Own Tool Using HCL (bc I Hate YAML)
WeakPixel HackerNoon profile picture

@weakpixel

WeakPixel

Coder@Work


Receive Stories from @weakpixel

react to story with heart

RELATED STORIES

L O A D I N G
. . . comments & more!