Skip to content

Commit

Permalink
Merge branch 'main' into feature/log-build
Browse files Browse the repository at this point in the history
  • Loading branch information
gecBurton authored Feb 9, 2025
2 parents fdeae55 + 211aa1a commit a317803
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
/infrastrcuture/scw/.terraform/*
/infrastrcuture/scw/.terraform.lock.hcl


static/
uploads/

Expand Down
11 changes: 11 additions & 0 deletions infrastrcuture/scw/terraform.tfvars
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
access_key = "SCW9Z0XZ1Z71ZX3AJVWH"
secret_key = "379b516c-4381-4051-8c70-2fadc2561774"
organization_id = "2e4b8a12-3a3e-4b30-b3eb-e33e61dc132f"
project_id = "2e4b8a12-3a3e-4b30-b3eb-e33e61dc132f"
region = "fr-par"

project_name = "dosac"
postgres_password = "Postgres123!"
postgres_user = "postgres123"

image = "django-app:latest"

0 comments on commit a317803

Please sign in to comment.