Current documentation for creating a Linode instance points to default swap_size of 256 (referencing what I believe was the default swap_size in v3 of LinodeApi).
This pull request corrects documentation for creating a linode instance such that it matches the default swap_size to 512 as set in resource_linode_instance.go:173 and in v4 of LinodeApi
@displague
Current documentation for creating a Linode instance points to default swap_size of 256 (referencing what I believe was the default swap_size in v3 of LinodeApi).
This pull request corrects documentation for creating a linode instance such that it matches the default swap_size to 512 as set in
resource_linode_instance.go:173
and in v4 of LinodeApi