mirror of
https://github.com/EddieTheCubeHead/Stagnum.git
synced 2026-04-26 14:15:50 +03:00
[PR #138] [MERGED] 109 setup terraform pipelines to plan and deploy to ec2 #293
Labels
No labels
bug
bug
client
design
documentation
feature
feature
infrastructure
pull-request
ready for development
server
server
spike
technical work
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Stagnum#293
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:109-setup-terraform-pipelines-to-plan-and-deploy-to-ec2📝 Commits (10+)
abc3564initial terraformcb5c446Used supported memory and cpu amount1006970More terraform files to ignore4d02c30Changed postgres image to be latest2a96386Added environment variables to terraformc7bb7a6removed data on building directories as unnecessaryeabd4a2dded image building0b14d00infra at its current state6dba541Infra deploys correctly720dfefMerge 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.