Terraform Provider Vultr Versions Save

Terraform Vultr Provider

v0.1.10

4 years ago

Changelog:

  • update to Terraform v0.12
  • allow changing networks without destroring (62b745009ca0628ff631027d1092040b71f7d14d)
  • expose IPv4 mask and gateway (#57)
  • expose MAC addresses (#55, #58)
  • enable firewall notes (#77)

Full changeset: https://github.com/squat/terraform-provider-vultr/compare/v0.1.9...v0.1.10

v0.1.8

5 years ago

Changelog:

Full changeset: https://github.com/squat/terraform-provider-vultr/compare/v0.1.7...v0.1.8

v0.1.7

5 years ago

This release fixes a serious regression (#40) in the instance and bare metal instance resources that prevented servers from being created unless they were applications or snapshots.

v0.1.6

5 years ago

Changelog:

  • fix parsing of firewall rule port ranges
  • add network resource
  • fix resource churn for instances booted from snapshots
  • expose new fields on snapshot resources
  • expose new fields on instance resources
  • destroying instances now waits for the machines to be fully destroyed before returning

Full changeset: https://github.com/squat/terraform-provider-vultr/compare/v0.1.5...v0.1.6

v0.1.5

5 years ago

Fixes #36, enabling IPv4s to be deleted if the attached instance was deleted. Thanks to @atif089 for reporting.

v0.1.5-rc.1

5 years ago

Fixes https://github.com/squat/terraform-provider-vultr/issues/36. Thanks to @atif089 for reporting.

v0.1.4

5 years ago

This release adds Windows binaries to releases.

v0.1.4-rc.1

5 years ago

This release candidate adds Windows binaries to releases.

v0.1.3

5 years ago

This release adds support for bare metal servers and reserved IPs.