Skip to content

Commit

Permalink
fix typo on line 176 resource_connection.go
Browse files Browse the repository at this point in the history
  • Loading branch information
jbennett7 committed Sep 29, 2023
1 parent 2b45d23 commit 7d5e0de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/looker/resource_connection.go
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ func resourceConnection() *schema.Resource {
ForceNew: true,
Optional: true,
},
"passowrd": {
"password": {
Type: schema.TypeString,
ForceNew: true,
Optional: true,
Expand Down

0 comments on commit 7d5e0de

Please sign in to comment.