#terraform

Advantages Of Using Atlantis For Terraform

Published at September 2, 2020 ·  5 min read

Terraform is a great Tool to provision Infrastructure with different Providers. When using Terraform you are describing your Infrastructure using a declarative Language (HCL). There are sevaral Advantages of using Terraform but Today we will focus on using Terraform with Atlantis. Usually Terraform will be used in Combination with a Remote State (for example an encrypted S3 Bucket) to store its last known State and create Diffs against. The following three Commands are the most important Terraform Operations: init, plan and apply....