1
- ---
2
1
#
3
2
# This is the canonical configuration for the `README.md`
4
3
# Run `make readme` to rebuild the `README.md`
@@ -17,13 +16,17 @@ license: "APACHE2"
17
16
github_repo : cloudposse/github-action-atmos-terraform-drift-detection
18
17
19
18
badges :
20
- - name : " Latest Release"
21
- image : " https://img.shields.io/github/release/cloudposse/github-action-atmos-terraform-drift-detection.svg"
22
- url : " https://github.com/cloudposse/github-action-atmos-terraform-drift-detection/releases/latest"
23
- - name : " Slack Community"
24
- image : " https://slack.cloudposse.com/badge.svg"
25
- url : " https://slack.cloudposse.com"
26
-
19
+ - name : Latest Release
20
+ image : https://img.shields.io/github/release/cloudposse/github-action-atmos-terraform-drift-detection.svg?style=for-the-badge
21
+ url : https://github.com/cloudposse/github-action-atmos-terraform-drift-detection/releases/latest
22
+ - name : Last Updated
23
+ image : https://img.shields.io/github/last-commit/cloudposse/github-action-atmos-terraform-drift-detection.svg?style=for-the-badge
24
+ url : https://github.com/cloudposse/github-action-atmos-terraform-drift-detection/commits
25
+ - name : Slack Community
26
+ image : https://slack.cloudposse.com/for-the-badge.svg
27
+ url : https://cloudposse.com/slack
28
+
29
+ # List any related terraform modules that this module may be used with or that this module depends on.
27
30
related : []
28
31
29
32
description : This Github Action is used to detect drift
@@ -120,13 +123,5 @@ usage: |-
120
123
max-opened-issues: '3'
121
124
```
122
125
123
- include :
124
- - " docs/github-action.md"
125
-
126
- contributors :
127
- - name : " Zinovii Dmytriv"
128
- github : " zdmytriv"
129
- - name : " Erik Osterman"
130
- github : " osterman"
131
- - name : " Daniel Miller"
132
- github : " milldr"
126
+ include : []
127
+ contributors : []
0 commit comments