Backend (IaC) - Definição do Glossário de CI/CD
Um backend define onde e como uma ferramenta de IaC armazena seu state e executa operações, por exemplo um arquivo local, um bucket S3 ou um backend remoto gerenciado que também cuida do locking.
Um backend define onde e como uma ferramenta de IaC armazena seu state e executa operações, por exemplo um arquivo local, um bucket S3 ou um backend remoto gerenciado que também cuida do locking.
Escolher um backend remoto é o que transforma um projeto solo em um workflow seguro para equipes e amigável a CI.
Guias relacionados
Remote State - CI/CD Glossary DefinitionRemote State: Remote state stores an IaC tool's state file in a shared backend (such as an S3 bucket or a man…
State Locking - CI/CD Glossary DefinitionState Locking: State locking prevents two runs from modifying the same IaC state at once by acquiring a lock…
State File - CI/CD Glossary DefinitionState File: A state file is the record an IaC tool keeps of the resources it manages, mapping configuration t…