Skip to content
This repository has been archived by the owner on Sep 16, 2020. It is now read-only.

Commit

Permalink
Fix typo in variables.tf comment
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Wendorf <[email protected]>
  • Loading branch information
davewalter authored and wendorf committed Oct 31, 2016
1 parent e0e791d commit 5c9c33f
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 @@ -46,7 +46,7 @@ variable "sql_db_tier" {
***********************/

/* You can opt in to create a Google SQL Database Instance, Database, and User for ERT.
By default we have `opsman_sql_instance_count` set to `0` but setting it to `1` will create them. */
By default we have `ert_sql_instance_count` set to `0` but setting it to `1` will create them. */

variable "ert_sql_instance_count" {
type = "string"
Expand Down

0 comments on commit 5c9c33f

Please sign in to comment.