ContainerSolutions / terraform-examples

Simple and idiomatic examples of various Terraform functions and features.
https://containersolutions.github.io/terraform-examples/
159 stars 51 forks source link

INDEX.md improvements #81

Closed teszes closed 2 years ago

teszes commented 3 years ago

Right now, INDEX.md causes a lot of work as it needs to be touched by every PR that adds something, and it creates a lot of merge conflicts. It also is something between a glossary and a table of contents, not really conforming to either idea.

Goals we want to achieve:

In more detail:

teszes commented 3 years ago

BTW this issue originated from our meeting last week I think

ttarczynski commented 2 years ago

We've just discussed this topic with @melihc1 during our mob session. We've updated the issue description to reflect our current ideas.

Also, as the first prototype, we've tried the simplest possible bash commands:

find * -name main.tf | sort | xargs head -n1

It requires iterating a bit more, to add things like:

ttarczynski commented 2 years ago

AWS Examples

Resource Feature Summary
aws_docdb_cluster simple
aws_db_instance simple summary...
aws_db_instance postgres summary...
aws_db_instance restore_db_from_snapshot summary...
aws_db_instance db_snapshot summary...
melihc1 commented 2 years ago

Continuing from previous discussions we made some progress during mob session yesterday. Currently we have work in progress in index-creation branch