FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
  1. May 17, 2024
  2. Apr 24, 2024
  3. Apr 10, 2024
  4. Apr 09, 2024
  5. Apr 08, 2024
  6. Mar 26, 2024
  7. Mar 01, 2024
  8. Feb 19, 2024
  9. Jan 31, 2024
  10. Jan 29, 2024
  11. Jan 17, 2024
  12. Jan 16, 2024
  13. Jan 03, 2024
    • Ryan Kowalewski's avatar
      Merge branch 'issue-59-terraform-module' into 'master' · 2b223ec9
      Ryan Kowalewski authored
      feat(terraform-module): allow composition with Auto DevOps modules
      
      Closes #59
      
      See merge request !70
    • Dr Rich Wareham's avatar
      feat(terraform-module): allow composition with Auto DevOps modules · b47764de
      Dr Rich Wareham authored
      The stock `Terraform-Module` template from GitLab defines its own stages
      which are _almost_ compatible with Auto DevOps but not quite.
      
      Issue #59 initially proposed re-working `terraform-module.yml` to be
      based on the base template but, really, the only thing that needed to be
      done was to move the `fmt` job from the `validate` stage to `test`.
      
      (Arguably `fmt` could be replaced by stuff from
      `/auto-devops/terraform-pipeline.yml` but that's for another day.)
      
      Instead of copy-pasting the module, simply import the Auto DevOps stages
      and move the `fmt` job.
      
      While we're here, and because this is supposed to be "the One Template
      To Rule Them All" for terraform modules, also add in a default
      `workflow` template *a la* `common-pipeline.yml`.
      b47764de
  14. Nov 29, 2023
  15. Nov 21, 2023
  16. Nov 07, 2023
Loading