Skip to content

bryantbiggs/how-to-create-reproduction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

How to Create a Proper Reproduction

Reference: terraform-aws-modules/terraform-aws-eks#2337

Why is it "Proper"?

  • Its immediately deployable
  • There is no ambiguity hidden behind unknown variables
  • It is minimal yet has everything required to simply run terraform init && terraform apply; we don't need to bring all the bells and whistles, we just want to focus on the relevant bits necessary reproduce the behavior in question

Why is it NOT "Proper"?

  • It does not reproduce the error referenced, but that was the intent of this - to show others what a reproduction should look like so that they can modify to demonstrate the behavior that plagues them or they deem undesirable. Once we have this, we can engage in a great discussion as to whether this is by design or whether there is a flaw in the module that should be corrected/addressed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages