4623 shaares
397 liens privés
397 liens privés
3 résultats
taggé
terraform
"""
Along the way we found a few gotchas around the .tfstate, since Terraform always first reads from the existing infrastructure and complains if the state gets out of sync. We ended up just committing our .tfstate to the repo, and pushing it after making any changes, but we’re looking into Atlas or applying via CI to solve that problem.
"""
Hehe, pourtant y'a les remote states (https://terraform.io/docs/state/remote.html) qui peuvent être stockés à distance. Sur S3 par exemple.
Pour ceux qui veulent commencer à jouer rapidement avec terraform pour démarrer/provisionner des machines sur ec2...