This repository has been archived by the owner on Feb 23, 2024. It is now read-only.
Releases: packethost/terraform-provider-packet
Releases · packethost/terraform-provider-packet
v3.2.1
Bug Fixes
- #304 Upon updating to 3.2.0, the breaking change would taint any devices with a stated
hardware_reservation_id = "next-available"
value and a computed UUID, before 3.2.0 this diff was ignored by the provider. The 3.1.0 diff behavior has been restored, removing the breaking change.
v3.2.0
BREAKING CHANGES:
- attribute
hardware_reservation_id
of thepacket_device
resource is not intended to be read anymore. Users should readdeployed_hardware_reservation_id
to find out to which hardware reservation a device was deployed.
FEATURES:
- #294 New parameters
tags
andipxe_script_url
forpacket_spot_market_request
IMPROVEMENTS:
- #290 Updated base containers of github actions to fix CVE-2020-15528
- #295 Version of packngo updated to 0.5.1
- #296 Split hardware reservation ID to a parameter and a read-only attribute in
packet_device
v3.1.0
BREAKING CHANGES:
- packngo updated to v0.5.0, changing the API endpoint from api.packet.net to api.equinix.com/metal/v1
FEATURES:
- #249 New datasource
packet_project_ssh_key
IMPROVEMENTS:
- [#276]
packet_device
datasource should query by hostname much faster packet_device_network_type
conversions should be more reliable- Test sweeper added for SSH keys
- Acceptance testing moved to Github Actions
- Improved logging when resources are not found and removed from state
- Device vlan attachments and network types will be removed from state when their device is removed
- E2E tests are more thorough and successful
v3.1.0-alpha1
Preview release that includes the transition from the api.packet.net API to the api.equinix.com/metal/v1 API.
v3.0.1
See https://registry.terraform.io/providers/packethost/packet/3.0.1 for the new location and new usage instructions for Terraform 0.13+.
terraform {
required_providers {
packet = {
source = "packethost/packet"
version = "3.0.1"
}
}
}
BREAKING CHANGES:
- #246 Updates URLs to reflect move from terraform-providers/terraform-provider-packet to packethost/terraform-provider-packet