stakater / bugs

Stakater issue tracker
0 stars 1 forks source link

Save terraform state in git #171

Open hamza3202 opened 7 years ago

hamza3202 commented 7 years ago

At the moment we are saving terraform's remote state in s3 but we should move it to git This can be done by:

  1. use consul as backend for terraform to store remote state
  2. and then for consul use opensource solution to synch its stage with git ( consul2git )
hamza3202 commented 6 years ago

Not sure about how to maintain state before creation of consul as consul is not the first thing to be created