Hello everyone, I'm a new user in Atlantis. I nee...
# atlantis-community
w
Hello everyone, I'm a new user in Atlantis. I need to connect Atlantis with Azure in order to deploy resources. I noticed that Atlantis currently provides credentials for AWS, but I couldn't find information on how to configure it for Azure or any other cloud platform. Could anyone help me with this?
p
Atlantis does not provide credentials for cloud providers
your wokflow does
so you need to setup your provider using roles, ENV variables, Secrets and such and pass it to the workflow so that terraform can pick those up and authenticate
in AWS you could run Atlantis in a aws account and assume a role or assume another role etc
w
Tks @PePe Amengual. Do you have exemple about this configuraiton in workflow?
p
look at custom workflows in the docs
👍 1