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
+1
Original file line number
Diff line number
Diff line change
@@ -148,6 +148,7 @@ No requirements.
148
148
| atlantis\_gitlab\_user\_token | Gitlab token of the user that is running the Atlantis command |`string`|`""`| no |
149
149
| atlantis\_gitlab\_user\_token\_ssm\_parameter\_name | Name of SSM parameter to keep atlantis\_gitlab\_user\_token |`string`|`"/atlantis/gitlab/user/token"`| no |
150
150
| atlantis\_image | Docker image to run Atlantis with. If not specified, official Atlantis image will be used |`string`|`""`| no |
151
+
| atlantis\_log\_level | Log level that Atlantis will run with. Accepted values are: <debug\|info\|warn\|error> |`string`|`"debug"`| no |
151
152
| atlantis\_port | Local port Atlantis should be running on. Default value is most likely fine. |`number`|`4141`| no |
152
153
| atlantis\_repo\_whitelist | List of allowed repositories Atlantis can be used with |`list(string)`| n/a | yes |
153
154
| atlantis\_version | Verion of Atlantis to run. If not specified latest will be used |`string`|`"latest"`| no |
0 commit comments