Skip to content

Commit ceb5a51

Browse files
authored
feat: prettier in READMEs (cloudposse/terraform-aws-components#998)
1 parent 11ea33f commit ceb5a51

File tree

2 files changed

+22
-19
lines changed

2 files changed

+22
-19
lines changed

src/CHANGELOG.md

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
## Components PR [#851](https://github.com/cloudposse/terraform-aws-components/pull/851)
22

3-
This is a bug fix and feature enhancement update.
4-
There are few actions necessary to upgrade.
3+
This is a bug fix and feature enhancement update. There are few actions necessary to upgrade.
54

65
## Upgrade actions
76

87
1. Enable `github_default_notifications_enabled` (set `true`)
8+
99
```yaml
1010
components:
1111
terraform:
@@ -16,21 +16,23 @@ components:
1616
enabled: true
1717
github_default_notifications_enabled: true
1818
```
19-
2. Apply changes with Atmos
2019
20+
2. Apply changes with Atmos
2121
2222
## Features
23-
* Support predefined GitHub commit status notifications for CD sync mode:
24-
* `on-deploy-started`
25-
* `app-repo-github-commit-status`
26-
* `argocd-repo-github-commit-status`
27-
* `on-deploy-succeded`
28-
* `app-repo-github-commit-status`
29-
* `argocd-repo-github-commit-status`
30-
* `on-deploy-failed`
31-
* `app-repo-github-commit-status`
32-
* `argocd-repo-github-commit-status`
23+
24+
- Support predefined GitHub commit status notifications for CD sync mode:
25+
- `on-deploy-started`
26+
- `app-repo-github-commit-status`
27+
- `argocd-repo-github-commit-status`
28+
- `on-deploy-succeded`
29+
- `app-repo-github-commit-status`
30+
- `argocd-repo-github-commit-status`
31+
- `on-deploy-failed`
32+
- `app-repo-github-commit-status`
33+
- `argocd-repo-github-commit-status`
3334

3435
### Bug Fixes
3536

36-
* Remove legacy unnecessary helm values used in old ArgoCD versions (ex. `workflow auth` configs) and dropped notifications services
37+
- Remove legacy unnecessary helm values used in old ArgoCD versions (ex. `workflow auth` configs) and dropped
38+
notifications services

src/README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,8 @@ components:
5757
```yaml
5858
# stacks/mgmt-gbl-corp.yaml
5959
import:
60-
...
61-
- catalog/argocd/repo/non-prod
62-
...
60+
---
61+
- catalog/argocd/repo/non-prod
6362
```
6463
6564
If the repository already exists, it will need to be imported (replace names of IAM profile var file accordingly):
@@ -76,6 +75,7 @@ $ cd components/terraform/argocd-repo
7675
$ terraform import -var "import_profile_name=eg-mgmt-gbl-corp-admin" -var-file="mgmt-gbl-corp-argocd-deploy-non-prod.terraform.tfvars.json" "github_branch_default.default[0]" argocd-deploy-non-prod
7776
```
7877

78+
<!-- prettier-ignore-start -->
7979
<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
8080
## Requirements
8181

@@ -179,10 +179,11 @@ $ terraform import -var "import_profile_name=eg-mgmt-gbl-corp-admin" -var-file="
179179
| <a name="output_repository_ssh_clone_url"></a> [repository\_ssh\_clone\_url](#output\_repository\_ssh\_clone\_url) | Repository SSH clone URL |
180180
| <a name="output_repository_url"></a> [repository\_url](#output\_repository\_url) | Repository URL |
181181
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
182-
182+
<!-- prettier-ignore-end -->
183183

184184
## References
185-
* [cloudposse/terraform-aws-components](https://github.com/cloudposse/terraform-aws-components/tree/main/modules/argocd-repo) - Cloud Posse's upstream component
186185

186+
- [cloudposse/terraform-aws-components](https://github.com/cloudposse/terraform-aws-components/tree/main/modules/argocd-repo) -
187+
Cloud Posse's upstream component
187188

188189
[<img src="https://cloudposse.com/logo-300x69.svg" height="32" align="right"/>](https://cpco.io/component)

0 commit comments

Comments
 (0)