Skip to content

Commit

Permalink
whitespace fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rob salmond authored and danawillow committed May 6, 2019
1 parent cfbd262 commit 6e7ef04
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ resource "random_id" "db_name_suffix" {
}
resource "google_sql_database_instance" "master" {
name = "master-instance-${random_id.db_name_suffix.hex}"
name = "master-instance-${random_id.db_name_suffix.hex}"
settings {
tier = "D0"
Expand Down

0 comments on commit 6e7ef04

Please sign in to comment.