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
Also, we need to extract the atlantis plan command from the gitlab http request? Could you kindly tell us what field in the body we need to look for - that would be great.
Atlantis does not expose a direct RPC API where you could have it execute a plan directly via curl. Instead, Atlantis reacts to webhook events from the various version control systems it supports. Those events are posted to the /events path where they are then parsed into the appropriate commands on the server side.
Hello,
How would we do an atlantis plan through curl?
Also, we need to extract the atlantis plan command from the gitlab http request? Could you kindly tell us what field in the body we need to look for - that would be great.
I also created this duplicate issue terraform-aws-modules/terraform-aws-atlantis#165 but i guess it can be ignored depending on who answers me first :)
The text was updated successfully, but these errors were encountered: