Skip to content

Commit

Permalink
quote cluster name
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Cantor tbmb13-desktop authored and Rayraegah committed Mar 2, 2020
1 parent c4d6684 commit c7ec307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ resource "aws_db_instance" "hasura" {
# -----------------------------------------------------------------------------

resource "aws_ecs_cluster" "hasura" {
name = ${var.ecs_cluster_name}
name = "${var.ecs_cluster_name}"
}

# -----------------------------------------------------------------------------
Expand Down

0 comments on commit c7ec307

Please sign in to comment.