🔥(terraform) remove legacy terraform and OpenStack references

Some outdated references to Terraform and OpenStack were missed during
the project quickstart. These are legacy elements inherited from OpenFun.

This commit cleans up the codebase.
This commit is contained in:
Marie PUPO JEAMMET
2024-11-18 16:33:38 +01:00
committed by Laurent Bossavit
parent 2f7449f727
commit 1e025f034f
5 changed files with 0 additions and 137 deletions

View File

@@ -117,22 +117,6 @@ services:
volumes:
- ".:/app"
terraform-state:
image: hashicorp/terraform:1.6
environment:
- TF_WORKSPACE=${PROJECT:-} # avoid env conflict in local state
user: ${DOCKER_USER:-1000}
working_dir: /app
volumes:
- ./src/terraform/create_state_bucket:/app
terraform:
image: hashicorp/terraform:1.6
user: ${DOCKER_USER:-1000}
working_dir: /app
volumes:
- ./src/terraform:/app
kc_postgresql:
image: postgres:14.3
ports: