Skip to content

Commit

Permalink
Add oracle engine to supported rds isntances
Browse files Browse the repository at this point in the history
  • Loading branch information
poornima-krishnasamy committed Dec 8, 2023
1 parent 01c0710 commit c7178a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ variable "db_engine" {
type = string

validation {
condition = contains(["postgres", "mysql", "mariadb", "sqlserver-ee", "sqlserver-ex", "sqlserver-se", "sqlserver-web"], var.db_engine)
condition = contains(["postgres", "mysql", "mariadb", "sqlserver-ee", "sqlserver-ex", "sqlserver-se", "sqlserver-web", "oracle-se2"], var.db_engine)
error_message = "Choose one of Postgresql, MySQL or Microsoft SQL Server. For Aurora, see https://github.com/ministryofjustice/cloud-platform-terraform-rds-aurora."
}
}
Expand Down

0 comments on commit c7178a7

Please sign in to comment.