Skip to content

Every time you run this terraform, you get a predictable pseudo-random number based on the method used in Doom (1993).

Notifications You must be signed in to change notification settings

elmundio87/tf-doom-like-rng

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

tf-doom-like-rng

Every time you run this terraform, you get a predictable pseudo-random number based on the method used in Doom (1993).

Why?

I wanted to see how easy it would be to store arbitrary values in state, and then iterate on them with subsequent runs.

You would never use this in Production (or even Test), I'm just interested in making Terrraform do strange things.

This currently only works on local state files, but should be trivial to extend into reading remote state files (S3 buckets, Azure Storage Accounts etc)

About

Every time you run this terraform, you get a predictable pseudo-random number based on the method used in Doom (1993).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages