Skip to content

Commit

Permalink
chore: remove terraform used by sso-request
Browse files Browse the repository at this point in the history
  • Loading branch information
thegentlemanphysicist committed Aug 26, 2024
1 parent 7f50cdd commit e672c20
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 173 deletions.
13 changes: 0 additions & 13 deletions local-keycloak/Dockerfile.tf-modules

This file was deleted.

75 changes: 0 additions & 75 deletions local-keycloak/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,81 +83,6 @@ services:
css-net:
aliases: ['prod-keycloak.localtest.me']

dev-kc-migration:
container_name: dev-kc-migration
depends_on:
- dev-keycloak
image: tf-modules-migrator:latest
environment:
HEALTH_CHECK_URL: http://dev-keycloak.localtest.me:9080
TF_VAR_keycloak_url: http://dev-keycloak:9080
TF_VAR_username: admin
TF_VAR_password: admin
KC_ENV: dev
build:
context: .
dockerfile: ./Dockerfile.tf-modules
volumes:
- sso-kc-terraform-dev:/terraform
networks:
- css-net

test-kc-migration:
container_name: test-kc-migration
depends_on:
- test-keycloak
image: tf-modules-migrator:latest
environment:
HEALTH_CHECK_URL: http://test-keycloak.localtest.me:9081
TF_VAR_keycloak_url: http://test-keycloak:9081
TF_VAR_username: admin
TF_VAR_password: admin
KC_ENV: test
build:
context: .
dockerfile: ./Dockerfile.tf-modules
volumes:
- sso-kc-terraform-test:/terraform
networks:
- css-net

prod-kc-migration:
container_name: prod-kc-migration
depends_on:
- prod-keycloak
image: tf-modules-migrator:latest
environment:
HEALTH_CHECK_URL: http://prod-keycloak.localtest.me:9082
TF_VAR_keycloak_url: http://prod-keycloak:9082
TF_VAR_username: admin
TF_VAR_password: admin
KC_ENV: prod
build:
context: .
dockerfile: ./Dockerfile.tf-modules
volumes:
- sso-kc-terraform-prod:/terraform
networks:
- css-net

realm-registry-migration:
container_name: realm-registry-migration
depends_on:
- sso-db
image: tf-modules-migrator:latest
environment:
HEALTH_CHECK_URL: http://prod-keycloak.localtest.me:9082
TF_VAR_keycloak_url: http://prod-keycloak:9082
TF_VAR_username: admin
TF_VAR_password: admin
KC_ENV: prod
build:
context: .
dockerfile: ./Dockerfile.tf-modules
volumes:
- sso-kc-terraform-prod:/terraform
networks:
- css-net
volumes:
sso-requests-data:
driver: local
Expand Down
42 changes: 0 additions & 42 deletions local-keycloak/local/terraform/main.tf

This file was deleted.

16 changes: 0 additions & 16 deletions local-keycloak/local/terraform/provider.tf

This file was deleted.

17 changes: 0 additions & 17 deletions local-keycloak/local/terraform/variables.tf

This file was deleted.

10 changes: 0 additions & 10 deletions local-keycloak/local/tf-migration-entrypoint.sh

This file was deleted.

0 comments on commit e672c20

Please sign in to comment.