File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ data "template_file" "init" {
3232 dle_version_full = " ${ var . dle_version_full } "
3333 aws_deploy_dns_zone_name = " ${ var . aws_deploy_dns_zone_name } "
3434 aws_deploy_dns_api_subdomain = " ${ var . aws_deploy_dns_api_subdomain } "
35- aws_deploy_certificate_email = " {var.aws_deploy_certificate_email}"
35+ aws_deploy_certificate_email = " $ {var . aws_deploy_certificate_email } "
3636 source_postgres_dbname = " ${ var . source_postgres_dbname } "
3737 source_postgres_host = " ${ var . source_postgres_host } "
3838 source_postgres_port = " ${ var . source_postgres_port } "
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ variable "postgres_config_shared_preload_libraries" {
150150
151151variable "source_type" {
152152 description = " Type of data source used for DLE. For now it can be postgres,S3"
153- default = " "
153+ default = " postgres "
154154}
155155
156156variable "source_pgdump_s3_bucket" {
You can’t perform that action at this time.
0 commit comments