terraform-examples icon indicating copy to clipboard operation
terraform-examples copied to clipboard

Automate Terraform-examples website updates

Open ttarczynski opened this issue 4 years ago • 1 comments

We have a Web GUI for terraform-examples at: https://containersolutions.github.io/terraform-examples/ This website was last updated in May, so it's far behind the main branch of the repository.

TODO

  • learn how to update it (CONTRIBUTING.md / Updating Web UI)
  • make the update using the current process
  • plan how to get fully automated updates done by the CI
  • Implement the fully automated website update process

Some hints on what's used for generating the website:

  1. https://github.com/ContainerSolutions/terraform-examples/tree/terraform-examples-UI
  2. https://github.com/ContainerSolutions/terraform-examples/blob/terraform-examples-UI/README.md
  3. https://github.com/ContainerSolutions/terraform-examples/blob/main/RELEASE.md
  4. https://github.com/ContainerSolutions/terraform-examples/blob/terraform-examples-UI/release.sh

ttarczynski avatar Aug 27 '21 07:08 ttarczynski

The current update process is documented in:

  • https://github.com/ContainerSolutions/terraform-examples/blob/main/CONTRIBUTING.md#updating-web-ui

ttarczynski avatar Sep 15 '22 13:09 ttarczynski