diff --git a/templates/workspace_services/sql/.dockerignore b/templates/workspace_services/mysql/.dockerignore similarity index 100% rename from templates/workspace_services/sql/.dockerignore rename to templates/workspace_services/mysql/.dockerignore diff --git a/templates/workspace_services/sql/.env.sample b/templates/workspace_services/mysql/.env.sample similarity index 100% rename from templates/workspace_services/sql/.env.sample rename to templates/workspace_services/mysql/.env.sample diff --git a/templates/workspace_services/sql/.gitignore b/templates/workspace_services/mysql/.gitignore similarity index 100% rename from templates/workspace_services/sql/.gitignore rename to templates/workspace_services/mysql/.gitignore diff --git a/templates/workspace_services/sql/Dockerfile.tmpl b/templates/workspace_services/mysql/Dockerfile.tmpl similarity index 100% rename from templates/workspace_services/sql/Dockerfile.tmpl rename to templates/workspace_services/mysql/Dockerfile.tmpl diff --git a/templates/workspace_services/sql/parameters.json b/templates/workspace_services/mysql/parameters.json similarity index 100% rename from templates/workspace_services/sql/parameters.json rename to templates/workspace_services/mysql/parameters.json diff --git a/templates/workspace_services/sql/porter.yaml b/templates/workspace_services/mysql/porter.yaml similarity index 100% rename from templates/workspace_services/sql/porter.yaml rename to templates/workspace_services/mysql/porter.yaml diff --git a/templates/workspace_services/sql/template_schema.json b/templates/workspace_services/mysql/template_schema.json similarity index 100% rename from templates/workspace_services/sql/template_schema.json rename to templates/workspace_services/mysql/template_schema.json diff --git a/templates/workspace_services/sql/terraform/locals.tf b/templates/workspace_services/mysql/terraform/locals.tf similarity index 100% rename from templates/workspace_services/sql/terraform/locals.tf rename to templates/workspace_services/mysql/terraform/locals.tf diff --git a/templates/workspace_services/sql/terraform/main.tf b/templates/workspace_services/mysql/terraform/main.tf similarity index 100% rename from templates/workspace_services/sql/terraform/main.tf rename to templates/workspace_services/mysql/terraform/main.tf diff --git a/templates/workspace_services/sql/terraform/mysql.tf b/templates/workspace_services/mysql/terraform/mysql.tf similarity index 100% rename from templates/workspace_services/sql/terraform/mysql.tf rename to templates/workspace_services/mysql/terraform/mysql.tf diff --git a/templates/workspace_services/sql/terraform/outputs.tf b/templates/workspace_services/mysql/terraform/outputs.tf similarity index 100% rename from templates/workspace_services/sql/terraform/outputs.tf rename to templates/workspace_services/mysql/terraform/outputs.tf diff --git a/templates/workspace_services/sql/terraform/variables.tf b/templates/workspace_services/mysql/terraform/variables.tf similarity index 100% rename from templates/workspace_services/sql/terraform/variables.tf rename to templates/workspace_services/mysql/terraform/variables.tf