Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
smonero committed Feb 29, 2024
1 parent 8e3b961 commit d84574f
Show file tree
Hide file tree
Showing 2 changed files with 441 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ var stringFlags = map[string]stringFlag{
"gateway: Runs atlantis with gateway event handler that publishes events through sns.\n" +
"worker: Runs atlantis with a sqs handler that polls for events in the queue to process.\n" +
"hybrid: Runs atlantis with both a gateway event handler and sqs handler to perform both gateway and worker behaviors.\n" +
"terraformadmin: Runs atlantis in a mode that allows for running terraform commands on behalf of other users.",
"terraformadmin: Runs atlantis in a mode that allows for running terraform commands.",
defaultValue: "",
},
LyftWorkerQueueURLFlag: {
Expand Down
Loading

0 comments on commit d84574f

Please sign in to comment.