[PR #138] [MERGED] 109 setup terraform pipelines to plan and deploy to ec2 #293

Closed
opened 2026-02-27 19:17:39 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/EddieTheCubeHead/Stagnum/pull/138
Author: @KeManen
Created: 3/19/2024
Status: Merged
Merged: 4/15/2024
Merged by: @KeManen

Base: masterHead: 109-setup-terraform-pipelines-to-plan-and-deploy-to-ec2


📝 Commits (10+)

  • abc3564 initial terraform
  • cb5c446 Used supported memory and cpu amount
  • 1006970 More terraform files to ignore
  • 4d02c30 Changed postgres image to be latest
  • 2a96386 Added environment variables to terraform
  • c7bb7a6 removed data on building directories as unnecessary
  • eabd4a2 dded image building
  • 0b14d00 infra at its current state
  • 6dba541 Infra deploys correctly
  • 720dfef Merge branch 'master' into 109-setup-terraform-pipelines-to-plan-and-deploy-to-ec2

📊 Changes

12 files changed (+727 additions, -10 deletions)

View changed files

.github/workflows/terraform.yml (+103 -0)
📝 .gitignore (+8 -0)
docker-compose-deploy.yml (+77 -0)
📝 docker-compose.yml (+16 -1)
infra/main.tf (+360 -0)
infra/output.tf (+11 -0)
infra/terraform.tf (+22 -0)
infra/variables.tf (+94 -0)
📝 server/src/api/application.py (+2 -5)
📝 server/src/api/common/helpers.py (+11 -3)
📝 server/src/main.py (+8 -1)
📝 server/test/pool_features/shared_pool_features.py (+15 -0)

📄 Description

Terraform is ready.

Waiting for next sprint to automate


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/EddieTheCubeHead/Stagnum/pull/138 **Author:** [@KeManen](https://github.com/KeManen) **Created:** 3/19/2024 **Status:** ✅ Merged **Merged:** 4/15/2024 **Merged by:** [@KeManen](https://github.com/KeManen) **Base:** `master` ← **Head:** `109-setup-terraform-pipelines-to-plan-and-deploy-to-ec2` --- ### 📝 Commits (10+) - [`abc3564`](https://github.com/EddieTheCubeHead/Stagnum/commit/abc356468edfbfacdacff850b9d0f0f57bcd0429) initial terraform - [`cb5c446`](https://github.com/EddieTheCubeHead/Stagnum/commit/cb5c44640ea3b2a51e8c75f6b0a715f67a2d71b0) Used supported memory and cpu amount - [`1006970`](https://github.com/EddieTheCubeHead/Stagnum/commit/1006970c36cf2fdc52d0699a2e58ad43f0a1d1a3) More terraform files to ignore - [`4d02c30`](https://github.com/EddieTheCubeHead/Stagnum/commit/4d02c309c4372344a85a39a09495f6c556759a99) Changed postgres image to be latest - [`2a96386`](https://github.com/EddieTheCubeHead/Stagnum/commit/2a9638661a77c07f84261b662c9f423cbaf4fc24) Added environment variables to terraform - [`c7bb7a6`](https://github.com/EddieTheCubeHead/Stagnum/commit/c7bb7a6350f82224343792333061b6c8ba921692) removed data on building directories as unnecessary - [`eabd4a2`](https://github.com/EddieTheCubeHead/Stagnum/commit/eabd4a2afbd66d7830ea3cc920db8ab06688c41f) dded image building - [`0b14d00`](https://github.com/EddieTheCubeHead/Stagnum/commit/0b14d00da8fd58a2270e6173ded8802117bee01c) infra at its current state - [`6dba541`](https://github.com/EddieTheCubeHead/Stagnum/commit/6dba5410180b92519f6f802a820b4d2b166e01df) Infra deploys correctly - [`720dfef`](https://github.com/EddieTheCubeHead/Stagnum/commit/720dfefc6044bce6b4280ced40b11527db541357) Merge branch 'master' into 109-setup-terraform-pipelines-to-plan-and-deploy-to-ec2 ### 📊 Changes **12 files changed** (+727 additions, -10 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/terraform.yml` (+103 -0) 📝 `.gitignore` (+8 -0) ➕ `docker-compose-deploy.yml` (+77 -0) 📝 `docker-compose.yml` (+16 -1) ➕ `infra/main.tf` (+360 -0) ➕ `infra/output.tf` (+11 -0) ➕ `infra/terraform.tf` (+22 -0) ➕ `infra/variables.tf` (+94 -0) 📝 `server/src/api/application.py` (+2 -5) 📝 `server/src/api/common/helpers.py` (+11 -3) 📝 `server/src/main.py` (+8 -1) 📝 `server/test/pool_features/shared_pool_features.py` (+15 -0) </details> ### 📄 Description Terraform is ready. Waiting for next sprint to automate --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 19:17:39 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Stagnum#293
No description provided.