Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 747 Bytes

index.md

File metadata and controls

18 lines (12 loc) · 747 Bytes
title description
GitOps | Terramate Concepts
Learn how Terramate follows good GitOps procedure to deploy infrastructure as code using Terraform and OpenTofu for automation and Git as the single source of truth.

GitOps

This section explains GitOps as a core concept in Terramate.

Introduction

GitOps is a recommended approach to managing infrastructure with Infrastructure as Code allowing teams to one or multiple Git repositories as the single source of truth. It ensures that your infrastructure is always in sync with your Git repository. GitOps enhances the observability and control of your system by pairing changes to Git commits.

Use Cases

  • Use one or multiple Git repositories as the single source of truth.