From f0b8bdd2acf5195cce2335779bdafd9a8bddd17b Mon Sep 17 00:00:00 2001 From: robinho46 Date: Mon, 23 Sep 2024 11:58:46 +0200 Subject: [PATCH] Week 5 presentation proposal --- .../presentation/week5/kryurt-imoe2/README.md | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 contributions/presentation/week5/kryurt-imoe2/README.md diff --git a/contributions/presentation/week5/kryurt-imoe2/README.md b/contributions/presentation/week5/kryurt-imoe2/README.md new file mode 100644 index 0000000000..63af5a0923 --- /dev/null +++ b/contributions/presentation/week5/kryurt-imoe2/README.md @@ -0,0 +1,25 @@ +# Assignment Proposal + +## Title + +Terraform Remote State Backends for Team Collaboration + +## Names and KTH ID + - Robin Yurt (kryurt@kth.se) + - Ishaq Ezaz (imoe2@kth.se) + +## Deadline + +- Week 5 + +## Category + +- Presentation + +## Description + +This presentation explains how Terraform remote state backends improve team collaboration by addressing the limitations of local state files, which prevents conflicts and ensures a secure and consistent infrastructure. + +**Relevance** + +Managing infrastructure with local state files leads to inconsistencies and conflicts, especially when working with rapid iteration, collaboration and automation such as in DevOps. Terraform remote state backends solve these challenges by centralizing infrastructure states, which ease collaboration, ensures consistency and integrating securely into CI/CD pipelines. This makes them important for a scalable and reliable infrastructure management in a DevOps environment.