diff --git a/README.md b/README.md index 11ca5547..55e52582 100644 --- a/README.md +++ b/README.md @@ -35,18 +35,10 @@ It's designed to work with CI/CD systems such as GitHub Actions. > [!NOTE] > This project is part of Cloud Posse's comprehensive ["SweetOps"](https://cpco.io/sweetops) approach towards DevOps. > - > It's 100% Open Source and licensed under the [APACHE2](LICENSE). - - - - - > - - ## Screenshots diff --git a/templates/README.md.gotmpl b/templates/README.md.gotmpl index 8eb0b94b..636f48c2 100644 --- a/templates/README.md.gotmpl +++ b/templates/README.md.gotmpl @@ -77,30 +77,29 @@ We literally have [*hundreds of other terraform modules*][terraform_modules] tha > {{- end}} > -{{ if eq (ds "config").license "APACHE2" }} +{{- if eq (ds "config").license "APACHE2" }} > It's 100% Open Source and licensed under the [APACHE2](LICENSE). -{{ end }} -{{ if eq (ds "config").license "CC-BY-NC-SA-4.0" }} +{{- end }} +{{- if eq (ds "config").license "CC-BY-NC-SA-4.0" }} > It's 100% Open Source and licensed under the [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](LICENSE). > > -{{ end }} -{{ if eq (ds "config").license "MIT" }} +{{- end }} +{{- if eq (ds "config").license "MIT" }} > It's 100% Open Source and licensed under the [MIT](LICENSE). -{{ end }} -{{ if eq (ds "config").license "ISC" }} +{{- end }} +{{- if eq (ds "config").license "ISC" }} > It's 100% Open Source and licensed under the [Internet Systems Consortium](LICENSE). -{{ end }} -{{ if eq (ds "config").license "GPL3" }} +{{- end }} +{{- if eq (ds "config").license "GPL3" }} > It's 100% Open Source and licensed under the [GNU General Public License](LICENSE). -{{ end }} +{{- end }} > -{{ if not $deprecated }} +{{- if not $deprecated }} {{- if (file.Exists "main.tf") }} > We literally have [*hundreds of terraform modules*][terraform_modules] that are Open Source and well-maintained. Check them out! {{- end }} - {{ if has (ds "config") "screenshots" }} ## Screenshots