Skip to content

Commit

Permalink
Merge pull request #33 from serverscom/rm-ssh-maxitems
Browse files Browse the repository at this point in the history
remove MaxItems for ssh keys
  • Loading branch information
olegy89 authored Apr 5, 2024
2 parents 6831789 + 74a3b9d commit fa420c1
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 fa420c1

Please sign in to comment.