displague / deprecated-terraform-provider-linode

[OLD] Terraform provider plugin for Linode Cloud resources.. See
https://github.com/terraform-providers/terraform-provider-linode
Mozilla Public License 2.0
15 stars 5 forks source link

adds correct value of default swap_size #22

Closed programingnotes closed 6 years ago

programingnotes commented 6 years ago

@displague

  1. 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).

    screen shot 2018-08-27 at 3 55 13 pm
  2. 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