This message was deleted.
# atlantis-community
s
This message was deleted.
p
reprovision? as redeploy?
in aws?
d
Yes in aws and oracle, we use atlantis
p
so you have atlantis setup, and you manage it or someone in your company?
d
Someone manages it
p
then you need to ask them how you deploy the instance, since I will guess they setted up the atlantis.yaml and server
d
They use k8s for atlantis
p
you could run
atlantis plan
and
atlantis apply
to see what happened
d
Yes that works
p
cool
d
@PePe Amengual quick question, i want to introduce atlantis for a repo, so i am adding atlantis.yml file, initially the repo was managed by a person who left the company, and i think that the terraform state was managed locally, now i want to add the backend as gcs and then introduce atlantis. what should be my approach
j
@dsag you just need to migrate the state to its new location, update your backend configuration everywhere that references the old state location, and then make sure Atlantis has the proper permissiosn to access your state.
so basically where that says
Copy code
backend "local" {}
configure to be what you want it to be, then you can run
terraform init -migrate-state