Skip to content

Commit

Permalink
fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
osterman committed Dec 27, 2023
1 parent 5fc6956 commit 90ccc46
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 20 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down
23 changes: 11 additions & 12 deletions templates/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -77,30 +77,29 @@ We literally have [*hundreds of other terraform modules*][terraform_modules] tha
> <a href="https://cpco.io/terraform-modules"><img src="https://docs.cloudposse.com/images/terraform-open-source-modules.svg" align="right" /></a>
{{- 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).
>
> <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/"><img title="Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License" src="static/images/cc-by-nc-sa.png" width="150" /></a>
{{ 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

Expand Down

0 comments on commit 90ccc46

Please sign in to comment.