Skip to content

Releases: vultr/terraform-provider-vultr

v2.6.0

19 Nov 15:37
f9dc576
Compare
Choose a tag to compare

Enhancement:

  • resource/bare_metal: Add timeout options 175

Bug Fix:

  • datasource/account : Fix type mismatch for billing fields 174
  • resource/instance : Fix invalid error message change 178
  • resource/instance : Fix issue where changing hostname didn't trigger hostname change 180

Documentation

  • resource/snapshots : fix typo 167
  • resources/vultr_kubernetes : Add description that kubeconfigs are base64 encoded 169

Dependency:

  • updated govultr to v2.9.2 -> v2.10.0 179

v2.5.0

22 Oct 14:40
0822f57
Compare
Choose a tag to compare

Enhancement:

  • resource/vultr_kubernetes: New resource that allows for deployment of VKE clusters 165
  • resource/vultr_kubernetes_node_pools: New resource that allows for deployment of node pools to existing VKE Cluster165

v2.4.2

15 Sep 14:22
63cd8e4
Compare
Choose a tag to compare

Bug Fix:

  • resource/load_balancer: added missing region and ssl_redirect values from being set 163

v2.4.1

13 Aug 14:36
b6338aa
Compare
Choose a tag to compare

Enhancement:

  • resource/instance: increased default timeout for create/update from 20 to 60 minutes 160

v2.4.0

02 Aug 15:47
8947691
Compare
Choose a tag to compare

Enhancement:

  • resource/instance: add marketplace support with image_id 150
  • resource/bare_metal: add marketplace support with image_id 150
  • datasource/applications: adds marketplace support 150
  • Add openBSD to builds 155

Bug Fix:

  • resource/bare_metal: fix importer 157
  • Doc updates 152 146 147

Dependency:

  • updated terraform-plugin-sdk to v2.6.0 -> v2.7.0 149
  • updated govultr to v2.5.1 -> v2.7.1 150

v2.3.3

25 Jun 15:22
5cdfa3b
Compare
Choose a tag to compare

Enhancement:

  • resource/instance: adding wait if a plan is being upgrade 144

v2.3.2

10 Jun 14:33
2baba49
Compare
Choose a tag to compare

Enhancement:

  • resource/instance: allow plan changes to do in-place upgrades 142

v2.3.1

02 Jun 18:44
06c582f
Compare
Choose a tag to compare

Bug Fix:

  • resource/bare_metal: fix type issue on v6_network_size 140
  • resource/bare_metal: fix missing mac_address definition in scheme 140

v2.3.0

11 May 14:03
9451b4b
Compare
Choose a tag to compare

IMPROVEMENTS:

  • resource/vultr_instances: allow the configuration of backups_schedule 134 136
  • resource/vultr_load_balancers: add support for new LB features private_network and firewall_rules 137
  • resource/vultr_iso: support detaching during deletion 131 Thanks @johnrichardrinehart
  • resource/vultr_instances: private_network_ids are now tracked in statefile 135
  • resource/vultr_block_storage: new field added mount_id 135
  • resource/vultr_plans: new field added disk_count 135

Dependency:

  • updated terraform-plugin-sdk to v2.4.0 -> v2.6.0 134
  • updated govultr to v2.3.1 -> v2.5.1 135

Deprecation:

  • resources/vultr_instance: the enable_private_network field has been deprecated in favor of private_network_ids

v2.2.0

30 Mar 14:23
495ed5f
Compare
Choose a tag to compare

Feature:

  • Updated to Go 1.16 to support darwin_arm64 125