Skip to content

Commit

Permalink
remove MaxItems for ssh keys
Browse files Browse the repository at this point in the history
  • Loading branch information
olegy89 committed Apr 5, 2024
1 parent 6831789 commit 74a3b9d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion serverscom/resource_serverscom_dedicated_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ func resourceServerscomDedicatedServer() *schema.Resource {
"ssh_key_fingerprints": {
Type: schema.TypeList,
Optional: true,
MaxItems: 1,
Elem: &schema.Schema{Type: schema.TypeString},
},
"ipv6": {
Expand Down

0 comments on commit 74a3b9d

Please sign in to comment.