Skip to content

Commit

Permalink
Merge pull request #428 from BerendvW/patch-1
Browse files Browse the repository at this point in the history
added mysql flexible to locals.database
  • Loading branch information
arnaudlh committed Mar 22, 2023
2 parents 6a482d6 + 1bb59cc commit 3caa288
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions caf_solution/local.database.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ locals {
mssql_servers = var.mssql_servers
mysql_databases = var.mysql_databases
mysql_servers = var.mysql_servers
mysql_flexible_server = var.mysql_flexible_server
postgresql_servers = var.postgresql_servers
postgresql_flexible_servers = var.postgresql_flexible_servers
synapse_workspaces = var.synapse_workspaces
Expand Down
3 changes: 3 additions & 0 deletions caf_solution/variables.database.tf
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ variable "mysql_databases" {
variable "mysql_servers" {
default = {}
}
variable "mysql_flexible_server" {
default = {}
}
variable "postgresql_flexible_servers" {
default = {}
}
Expand Down

0 comments on commit 3caa288

Please sign in to comment.