You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Container is a stripped down image of my other creation - [devopsinfra/docker-terragrunt](https://github.com/devopsinfra/docker-terragrunt) - framework for managing Infrastructure-as-a-Code.
15
12
* Main use will be everywhere where [Terraform](https://github.com/hashicorp/terraform) or [Terragrunt](https://github.com/gruntwork-io/terragrunt) is used.
16
13
* Using combination of my wrapper for [cytopia](https://github.com/cytopia)'s [docker-terragrunt-fmt](https://github.com/cytopia/docker-terragrunt-fmt).
17
14
18
15
19
-
## 📊 Badges
16
+
## 🔗 Related Actions
17
+
**Useful in combination with my other action [devops-infra/action-commit-push](https://github.com/devops-infra/action-commit-push).**

| `list` | No | `false` | List files containing formatting inconsistencies. |
@@ -63,7 +68,6 @@
63
68
64
69
65
70
### 📤 Outputs Parameters
66
-
67
71
| Output | Description |
68
72
|-----------------|-----------------------|
69
73
| `files_changed` | List of changed files |
@@ -72,7 +76,6 @@
72
76
## 💻 Usage Examples
73
77
74
78
### 📝 Basic Example
75
-
76
79
Action can fail if malformed files will be found.
77
80
78
81
```yaml
@@ -93,7 +96,6 @@ jobs:
93
96
```
94
97
95
98
### 🔀 Advanced Example
96
-
97
99
Action can automatically format all HCL files and commit updated files back to the repository using my other action [action-commit-push](https://github.com/devops-infra/action-commit-push).
98
100
99
101
```yaml
@@ -118,24 +120,16 @@ jobs:
118
120
```
119
121
120
122
121
-
## 🔗 Related Actions
122
-
123
-
- [devops-infra/action-commit-push](https://github.com/devops-infra/action-commit-push) - Commit and push changes to a git repository
124
-
125
-
126
123
## 🤝 Contributing
127
-
128
124
Contributions are welcome! See [CONTRIBUTING](https://github.com/devops-infra/.github/blob/master/CONTRIBUTING.md).
129
125
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
130
126
131
127
132
128
## 📄 License
133
-
134
129
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
135
130
136
131
137
132
## 💬 Support
138
-
139
133
If you have any questions or need help, please:
140
134
- 📝 Create an [issue](https://github.com/devops-infra/action-format-hcl/issues)
0 commit comments