Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
mirror terraform field name for 'username'
Browse files Browse the repository at this point in the history
Signed-off-by: Jamal Maduro <[email protected]>
  • Loading branch information
jmaduroUpbound committed Jun 17, 2022
1 parent ce9cadc commit 1185253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/sql/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const (

CloudSQLSecretConnectionName = "connectionName"

CloudSQLUserName = "userName"
CloudSQLUserName = "username"

PrivateIPKey = "privateIP"
PublicIPKey = "publicIP"
Expand Down

0 comments on commit 1185253

Please sign in to comment.