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
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,16 @@ To run TFLint use the command `make test_tflint`.
34
34
35
35
It is possible to automatically apply some fixes, but these should be reviewed before running. If you are comfortable with all of the results from `make test_tflint` being fixed automatically then run `make fix_tflint`.
36
36
37
+
## TODO
38
+
39
+
* Add [restart: unless-stopped](https://registry.terraform.io/providers/kreuzwerker/docker/latest/docs/resources/container#restart) to all containers
40
+
* Use [remote hosts](https://registry.terraform.io/providers/kreuzwerker/docker/latest/docs#remote-hosts) specifically for exporters
0 commit comments