Skip to content

Commit

Permalink
rename variables
Browse files Browse the repository at this point in the history
  • Loading branch information
edbizarro committed Apr 1, 2019
1 parent f0989cb commit d9e24a7
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 @@ -201,7 +201,7 @@ data "template_file" "airflow_environment" {
AWS_REGION = "${var.aws_region}"
FERNET_KEY = "${var.fernet_key}"
LOAD_EXAMPLE_DAGS = "${var.load_example_dags}"
LOAD_DEFAULT_CONNS = false
LOAD_DEFAULT_CONNS = "${var.load_default_conns}"
DB_USERNAME = "${var.db_username}"
DB_PASSWORD = "${var.db_password}"
DB_ENDPOINT = "${aws_db_instance.airflow_database.endpoint}"
Expand Down

0 comments on commit d9e24a7

Please sign in to comment.